;; Specify the download destination folder. ;; This can be a network share if Robo-FTP is launched ;; by a user account with network access. WORKINGDIR "c:\download\destination\folder" ;; Connect to remote site and change into a subfolder. FTPLOGON "MyRemoteSite" IFERROR RETURN FTPCD "/reports" IFERROR RETURN ;; Find name of the newest file and then download it. GETSITEFILE "*" /newest IFERROR RETURN RCVFILE %sitefile