Re: Server Error (General questions)
Darren,
I cannot know why this fails, but what I would suggest you is to check if folder is really there.
So, instead of calling PutFile do this:[code]ftpclietn.ListDir( /test )[/code]does that work? If it does, then try to[code]ftpclient.PutFile( c:\test\testsftp.txt , /test ) <== only specify folder, not file[/code]if this still fails, let me know, we'll see what to do next.