Thanks,

I have not yet figured out the control panel in webfaction. but when I do, I 
will try your batch file.


----- Original Message ----- 
From: "Tracy Pearson" <[email protected]>
To: <[email protected]>
Sent: Monday, May 24, 2010 6:42 AM
Subject: RE: [NF] I am looking (again) for web hosting for about 10gb


[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




[excessive quoting removed by server]

_______________________________________________
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/07aa01cafb50$6fb8add0$7a00a...@w2k3s02
** 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.

Reply via email to