I am very new to FTP Voyager.
I have a schedule with two actions:
a) a batch file which copies a file from the "incoming" directory to the "outgoing" directory.
b) an upload to move the file from the outgoing directory to a remote server.
I only want the second action to run if there is a file to upload. There seems no sense in connecting to the remote server and then failing because there is no file to upload.
I guess I could exit the first batch file with an exit code, but that again would make the schedule appear to have failed.