string uri = ssHost + ssFilename; This uri should include the full path to where you want to upload your file, e.g. host = ftp://xxx.xxx.xxx.xxx:xxx filename = /directory/myfile.ext
string uri = ssHost + ssFilename;
host = ftp://xxx.xxx.xxx.xxx:xxx
filename = /directory/myfile.ext
This would create when concatenated the Uri ftp://xxx.xxx.xxx.xxx:xxx/directory/myfile.ext I hope this helps! Cheers
Hi André,
I'm getting same error even on sending parameters as specified. Can you please let me know if there is any configuration I'm missing?
Thanks,
Dhavan