Hi,
After successfully retrieving a file, I want to delete it from the server.
But file.Delete() triggers an exception of
An error occurred while deleting a file Type: XCeed.SSH.Client.SFtpFileFullName: \test1\test.txt
the inner exception is:
SFTP.RemoveFile(“/test1/test.txt”) got a status: SSH_FX_PERMISSION_DENIED: Permission denied.
But, removing the file using Filezilla, with the same SFTP option, userid and credentials succeeds.
The server reports as fzSftp.
Any ideas?
Applies to Xceed SFTP for .NET. Imported from legacy forums. Posted by marc (had 929 views)