Scripts/commands on coreftp server

Core FTP Server questions and answers
Post Reply
michaelmpcsrcs
Posts: 1
Joined: Wed Jul 31, 2019 4:03 pm

Scripts/commands on coreftp server

Post by michaelmpcsrcs »

Can anyone advise on instructions on how to use the post upload/download commands? I have been trying to have a batch file run as soon as the transfer is over, and I assume that is what this is for(I can not find any documentation on this section whatsoever).
The batch file is to move the file from this server to another network location. If I run the batch file manually, the file moves without issue.

Thanks!

Mike M
ForumAdmin
Site Admin
Posts: 979
Joined: Mon Mar 24, 2003 4:37 am

Re: Scripts/commands on coreftp server

Post by ForumAdmin »

cmd.exe /c c:\path\your.bat
Post Reply