All,
I am using lite version 2.1 build 1603. If I connect to SFTP site manually I can upload successfully. When I attempt to upload via commandline, it reports success but the file doesn't get uploaded to my server.
Commandline:
coreftp.exe -O sftp://ftpcreds@site.com:10022/ -ssh -u c:\apps.txt -p /246223/ -log c:\ftplog.txt
Log:
Current directory is '/246223'
Transferred 0 bytes in 0.008 seconds
STOR /246223/apps.txt
apps.txt - 14303 bytes transferred
Total uploaded files: 1
Total uploaded data: 13 KB
Total downloaded files: 0
Total downloaded data: 0
Thanks in advance of any replies. I have tried it with and without teh -p option.