cmd line issue for build 1912

Report client bugs
Locked
DBP
Posts: 2
Joined: Thu Sep 14, 2017 10:05 pm

cmd line issue for build 1912

Post by DBP »

Just upgraded from 1888 to 1912 and the download process is broken. Doesn't seem like the new version is changing the directory. Below is the log for both builds with the same command line, but with different outcome. Thanks.


C:\Program Files\CoreFTP\coreftp.exe -ON -d ftp://xxxxx.com:**********@ftp.xxxxx.com/findb/*.mdb -p "Y:\findb\" -log "Y:\findb\Log\20180214-030350PM.log"
02/14/18 15:03 (1912)
Started on Wednesday February 14, 2018 at 15:03:PMResolving ftp.xxxxx.com...
Connect socket #1400 to xxx.xx.xxx.xxx, port 21...220 Microsoft FTP Service
USER xxxxx
331 Password required
PASS **********
230 User logged in.
SYST
215 Windows_NT
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
CWD /
250 CWD command successful.
PASV
227 Entering Passive Mode (xxx,xx,xxx,xxx,21,xxx).
LIST
Connect socket #1516 to xxx.xx.xxx.xxx, port 5550...150 Opening ASCII mode data connection.
226 Transfer complete.
Transferred 370 bytes in 0.078 seconds
PASV
227 Entering Passive Mode (xxx,xx,xxx,xxx,21,189).
LIST
Connect socket #1516 to xxx.xx.xxx.xxx, port 5565...150 Opening ASCII mode data connection.
226 Transfer complete.
Transferred 370 bytes in 0.062 seconds
QUIT
221 Goodbye.
Total uploaded files: 0
Total uploaded data: 0
Total downloaded files: 0
Total downloaded data: 0


C:\Program Files\CoreFTP\coreftp.exe -ON -d ftp://xxxxx.com:**********@ftp.xxxxx.com/findb/*.mdb -p "Y:\findb\" -log "Y:\findb\Log\20180214-030429PM.log"
02/14/18 15:04 (1888)
Started on Wednesday February 14, 2018 at 15:04:PMResolving ftp.checkworksbank.com...
Connect socket #500 to xxx.xx.xxx.xxx, port 21...220 Microsoft FTP Service
USER xxxxx.com
331 Password required
PASS **********
230 User logged in.
SYST
215 Windows_NT
PWD
257 "/" is current directory.
CWD /findb/
250 CWD command successful.
PASV
227 Entering Passive Mode (xxx,xx,xxx,xxx,21,218).
LIST
Connect socket #252 to xxx.xx.xxx.xxx, port 5594...150 Opening ASCII mode data connection.
226 Transfer complete.
Transferred 736 bytes in 0.062 seconds
PWD
257 "/findb" is current directory.
CWD /findb/
250 CWD command successful.
PASV
227 Entering Passive Mode (xxx,xx,xxx,xxx,21,179).
LIST
Connect socket #672 to xxx.xx.xxx.xxx, port 5555...150 Opening ASCII mode data connection.
226 Transfer complete.
Transferred 736 bytes in 0.063 seconds
PASV
227 Entering Passive Mode (xxx,xx,xxx,xxx,21,184).
LIST
Connect socket #692 to xxx.xx.xxx.xxx, port 5560...150 Opening ASCII mode data connection.
226 Transfer complete.
Transferred 736 bytes in 0.062 seconds
MDTM cws.mdb
213 20141219193000
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (xxx,xx,xxx,xxx,21,176).
RETR demo.mdb
Connect socket #700 to xxx.xx.xxx.xxx, port 5552...150 Opening BINARY mode data connection.
226 Transfer complete.
demo.mdb - 200704 bytes transferred in 1 seconds
MDTM demo.mdb
213 20170704003113
QUIT
221 Goodbye.
Total uploaded files: 0
Total uploaded data: 0
Total downloaded files: 1
Total downloaded data: 196 KB
Last edited by DBP on Fri Feb 16, 2018 10:29 pm, edited 1 time in total.
ForumAdmin
Site Admin
Posts: 979
Joined: Mon Mar 24, 2003 4:37 am

Re: cmd line issue for build 1912

Post by ForumAdmin »

it might be a bug, in the meantime you can try:

coreftp.exe ftp://xxxxx.com:**********@ftp.xxxxx.com/ -d /findb/*.mdb -p "Y:\findb\" -ON -log "Y:\findb\Log\20180214-030429PM.log"
DBP
Posts: 2
Joined: Thu Sep 14, 2017 10:05 pm

Re: cmd line issue for build 1912

Post by DBP »

Thanks for the reply. I've tried your suggestion but with the same result. I guess for now go back to build 1888 and wait for the fix.
ForumAdmin
Site Admin
Posts: 979
Joined: Mon Mar 24, 2003 4:37 am

Re: cmd line issue for build 1912

Post by ForumAdmin »

fix will be in builds 1914 and greater
Locked