Copy / Move files after downloading

Core FTP client questions and answers
Post Reply
jeffd
Posts: 113
Joined: Thu May 06, 2004 6:12 am

Copy / Move files after downloading

Post by jeffd »

This is a way to copy / move files to another directory after downloading....

Go into the external settings of your site profile (advanced -> external).

In the post download field, enter:

cmd.exe /c copy %1 c:\destination_directory\ (copy)

cmd.exe /c move %1 c:\desination_directory\ (move)
kitnba
Posts: 1
Joined: Sat Oct 13, 2018 7:36 am

Re: Copy / Move files after downloading

Post by kitnba »

for the %1, coreftp will know pass my Source file info which at my qeued transfer?

thanks
Post Reply