I use the windows ftp commands in a file then launch it

here's my example

R> launch sendifle.bat

sendfile.bat:
ftp -s:sendfile1.txt [your site]

sendfile1.txt:
[username]
[password]
cd www  'change directory
put filename  'ftp command to send file
get filename   'ftp command to receive file
quit


May not be the best option but it works

Richard Kahl


----- Original Message ----- 
From: "Bernard Lis" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Wednesday, August 31, 2005 9:23 PM
Subject: [RBG7-L] - Need ftp expert


> Anyone know how within rbase after launching the ftp site,
> how can I copy the file from the site into my system, automatically.
> 
> Bernie Lis
> 
> 

Reply via email to