|
|
 |
RE: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 4th August 2005 17:24
That is a bit overkill...
Just create a text file with something like:
open ftp1.server.com
myusername
mypassword
lcd localdir
cd remotedir
mput *.*
close
open ftp2.server.com
myusername2
mypassword2
lcd localdir
cd remotedir2
mput *.*
close
Call it SCRIPT.TXT then run it from Dos or the Task Scheduler with:
ftp -i -s:SCRIPT.TXT
Dave.
___________________________________________________________
Dave Boulden, Director. DA Media Limited
web: http://www.da-media.co.uk/ Skype: callto://daveboulden
Tel: 01795 559456 Fax: 07092 011488
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On
> Behalf Of Jamie Wilson
> Sent: 04 August 2005 17:49
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: Re: FN-FORUM: FTP Help 2 remote locations from one local Dir
>
>
> [EMAIL REMOVED] wrote:
>
> >not from a local machine running on windows, I feel a cunning plan
> >coming on! Is it worth installing linux localing for this or am I
> >going to get more bogged down that I already am with admin!
> >
> >
> have a look at cygwin
>
> ...j
>
> --
> Freelancers, contractors earn more with Prosperity4 Call 0870
> 870 4414 or visit www.prosperity4.com and benefit from Inland
> Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|