SET trigger_file = "c:\path\to\trigger_file.txt" SET data_file = "c:\path\to\data_file.txt" ; Wait indefinitely for trigger file to appear GETNEXTFILE trigger_file /timeout=0 FTPLOGON "site_defined_in_site_manager" SENDFILE data_file /delete DELETE trigger_file