FTP Multiple Files at once using command line

Core FTP client questions and answers
Post Reply
abate
Posts: 1
Joined: Tue Jun 07, 2016 12:56 pm

FTP Multiple Files at once using command line

Post by abate »

Hi,

I am transferring many small files via command line and would like to minimize the amount of times the CoreFTP splash screen appears and takes control of the screen. Is it possible to send multiple files in one command with the splash screen showing only once?

Thank you,
abate
fgasmon
Posts: 2
Joined: Wed Jun 08, 2016 2:22 pm

Post by fgasmon »

You could zip files before transmitting

OR use wildcard as follows

coreftp.exe -site mysite -u *.* -p / -log mylogname.log
Post Reply