Re: Server Error - WeOnlyDo Discussion board

Re: Server Error (General questions)

by DarrenS, Thursday, September 15, 2005, 15:41 (6802 days ago) @ wodSupport

But one of requirements for wodSFTP is to use full paths, not relative paths. That's the whole point.

I am trying to use wodSFTP.NET to upload files to a customer's SFTP server. When trying to upload a file I get the No such file or folder error message from the server. My PutFile statement is as follows:

[code]ftpclient.PutFile( /test/testsftp.txt , /test/testsftp.txt );[/code]

I am pretty sure that the remote directory, '/test', is a virtual directory. I have no problem connecting the remote server and uploading to the remote directory using FileZilla or psftp.

Any ideas?


Complete thread: