Using Sftp1.GetAttributes command , how do I know if the file being probed doesn't exist?
Last Updated 12 years ago
You will get error 30018 (error from the server: file does not exist) in Done event. When using blocking mode, same error will also be returned from GetAttributes command.