我正在尝试从SFTP服务器中删除该目录。我使用EnterpriseDT.Net.Ftp SSHSCPClient通过私钥连接到服务器,没有密码。
当我使用
SSHSCPClient ftpConnection;
//Successfully connected and able to upload the files but
ftpConnection.MultipleDeleteDirectories(remoteFolder);它抛出错误
[Message = "This operation is not currently supported."]https://stackoverflow.com/questions/48830670
复制相似问题