[email protected] wrote on 2010-05-19:
> Hi Tracy,
>
> I would like to see a sample of that batch file.
>
> I signed up with www.webfaction.com because of all the good
> recommendations on this list. I asked about the command file sync with
> the web site and they recommended using the rsync utility. Google
> shows a Windows client. I plan to research that this weekend when I
> have more time.
>
> kam
>
The file would be something like the following:
open ftp.server.com 21
anonymous
em...@local
bin
put file1.zip
put file2.zip
bye
On the open command, the 21 is the port, you can use a custom port here if
needed.
Anonymous is the user, em...@local is the password.
bin places the transfer mode into binary. The put commands send a file to
the server, a get would retrieve it. And finally the bye closes the
connection and the exits out of the ftp program.
To launch this:
ftp -s:transfers.txt
Tracy Pearson
PowerChurch Software
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/000001cafb46$f327ba30$d9772e...@com
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.