Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

tasdasdasd

It doesn't even matter what .txt file I drop onto the .exe. I can drop a .txt file containing nothing or exit. The result is always that the app opens up and the "searching for host" popup comes up.
tasdasdasd

Host "C" does not exist - trying to synch FTP

option batch abort
option confirm off
open myuser@ftp.someftp.net
synchronize local C:\FTP\Output /SubfolderOnFTP/
exit

This script gives me Host "C" Does not exist error.
I simply want to download all the folders from FTP over to the local machine.