Re: Server Error (General questions)
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:
- Server Error No such file or folder At PutFil - voxio, 2005-09-08, 08:36
- Re: Server Error - wodSupport, 2005-09-08, 10:30
- Re: Server Error - voxio, 2005-09-08, 11:37
- Re: Server Error - wodSupport, 2005-09-08, 11:39
- Re: Server Error - voxio, 2005-09-08, 15:33
- Re: Server Error - wodSupport, 2005-09-08, 17:19
- Re: Server Error - DarrenS, 2005-09-15, 15:41
- Re: Server Error - wodSupport, 2005-09-15, 16:10
- Re: Server Error - DarrenS, 2005-09-15, 15:41
- Re: Server Error - wodSupport, 2005-09-08, 17:19
- Re: Server Error - voxio, 2005-09-08, 15:33
- Re: Server Error - wodSupport, 2005-09-08, 11:39
- Re: Server Error - voxio, 2005-09-08, 11:37
- Re: Server Error - wodSupport, 2005-09-08, 10:30