Sorry, there is no such command. 24x7 Scheduler does a lot of internal checks to ensure that all FTP file operation get fully completed. If a file download/upload fails or aborts it will trigger an error. If you need to get sizes of downloaded files before you actually download them, consider using Telnet statements to logon to your FTP host and run dir or ls -f (dependeing on the host OS) to get contents of the remote dir. : Is there a command to get the size of a file on a remote ftp server. After : performing an FTPGETFILE (or PUT), I need to check to make sure the entire : file was received and/or sent.
|