Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
193 views
in .NET FTP by (200 points)
It looks like the .NET FTP software, when sending a file, always executes a CHMOD 755 command.   In some cases the server responds with an error.   Is there a way to stop the CHMOD 755 command or at the very least trap the return error and ignore it?

1 Answer

+1 vote
by (51.1k points)
selected by
 
Best answer

Yes, try

mySecureFTPConnection.ServerCompatibility = SecureFTPCompatibilityFlags.SSHDisableChmodAfterPut;

Categories

...