Hello all,
I am using EnterpriseDT/PRO for C#.net. I have been successfully using it for years for standard FTP site uploads and downloads. One of my clients is switching their FTP site to SFTP. In order to connect I have changed the 'FileTransferProtocol' property to 'SFTP', the 'FTPConnectMode' to 'PASV' and the 'ServerPort' to 22. I can connect successfully. However, when I attempt to download a file (i.e. take a file from the server and retrieve to my machine), I get a file not found error.
Now, I know the file is there as I can see it using CoreFTPLite on my client machine. To add some further perspective to this, I am also using SmartFTP on my client machine. I can connect successfully to the SFTP site using the same settings as mentioned above, however, I cannot see any files or folders. Therefore, the same problem seems to be occuring on SmartFTP and the EnterpriseDT solution that is blocking me from accessing files and folders that CoreFTP does allow me to see.
This makes me believe that there is a property or setting on EnterpriseDT (and SmartFTP), perhaps some kind of filter, that is blocking me from accessing files and folders. Do you agree with this assessment? And if so, then what property needs to be changed on EnterpriseDT to allow me to access the files on the site?
TIA for all help in this matter.
Bob