Command line issue

Report client bugs
Locked
vfedorov
Posts: 15
Joined: Tue Jul 05, 2011 9:32 pm

Command line issue

Post by vfedorov »

After upgrading from 1912 to 1915 build, the client no longer changed the directory to the last level.

"corecmd.exe" -s "ftp://ftpuser:ftppwd@ftp.host.com/A/B/C/D/" -u "Myfile.txt" -log "log\datetime_log_out.log"

the file ends up in the A/B/C directory instead of A/B/C/D

Reverting to version 1912 resolved the issue. also found a work around by adding a double slash at the end "ftp://ftpuser:ftppwd@ftp.host.com/A/B/C/D//"

Please review this regression.

Thank you.
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

Re: Command line issue

Post by ForumAdmin »

Fixes will be in build 1917 and greater.
Locked