Command line upload not working in build 1769

Report client bugs
Locked
g35flyer
Posts: 1
Joined: Tue Mar 12, 2013 7:00 pm

Command line upload not working in build 1769

Post by g35flyer »

Upgraded to build 1769 from 1718 and one of my command line uploads are no longer working.....GUI works fine. Here is the logs:

Build 1769 log:

03/12/13 13:54
Started on Tuesday March 12, 2013 at 13:54:PMResolving fg.XXXX.net...
fg.XXXX.net [22] connecting...
SSH-2.0-SFTP Server
client -> blowfishserver -> blowfishXXXXssh-rsaSending passwordPWD
Current directory is '/'
STOR /fdds.caf.txt
[b]Server error: No such file or folderfdds.caf.txt - 0 bytes transferred in 0 seconds[/b]
Total uploaded files: 0
Total uploaded data: 0
Total downloaded files: 0
Total downloaded data: 0

Reverted back to build 1718 and it works...log file:

03/12/13 13:59
Started on Tuesday March 12, 2013 at 13:59:PMResolving fg.XXXX.net...
fg.XXXX.net [22] connecting...
SSH-2.0-SFTP Server
client -> blowfishserver -> blowfishXXXX-ssh-rsaSending passwordPWD
Current directory is '/'
STOR /fdds.caf.txt
fdds.caf.txt - 40320 bytes transferred
permission denied...
Total uploaded files: 1
Total uploaded data: 39 KB
Total downloaded files: 0
Total downloaded data: 0

Here is my command line string:
c:\progra~1\coreftp\coreftp.exe -site CAF -u d:\orders\fdds.caf.txt

Thanks for any help here.
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

add the -p /

parameter.
Locked