From: Digest <deadmail>
To: "OS/2GenAu Digest"<deadmail>
Date: Tue, 27 Aug 2002 00:01:05 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600
Subject: [os2genau_digest] No. 434
Reply-To: <deadmail>
X-List-Unsubscribe: www.os2site.com/list/

**************************************************
Monday 26 August 2002
 Number  434
**************************************************

Subjects for today
 
1  Re: [os2genau] windoze ftp utility ? : Voytek Eymont <voytek at sbt dot net dot au>
2  Re: [os2genau] windoze ftp utility ? : Michael Taylor <miket at pcug dot org dot au>

**= Email   1 ==========================**

Date:  Mon, 26 Aug 2002 09:58:33
From:  Voytek Eymont <voytek at sbt dot net dot au>
Subject:  Re: [os2genau] windoze ftp utility ?

** Reply to note from Michael Taylor <miket at pcug dot org dot au> Sun, 25 Aug 2002 17:03:41 +0100


> Which version of WIndows? 
>  
> In Windows NT, 2000 (and probably XP) you can use a script with the command 
> line ftp client.

no, is win98.

where do I look up on the script in w2k ?

(the 2wk CLI ftp is quite good, with command line history, scroll back...)

Voytek Eymont
SBT Information Systems Pty Ltd
http://www.sbt dot net dot au/links/
phone +61-2 9310-1144 fax +61-2 9310-1118 
----------------------------------------------------------------------------------
 

**= Email   2 ==========================**

Date:  Mon, 26 Aug 2002 21:09:43 +0100
From:  Michael Taylor <miket at pcug dot org dot au>
Subject:  Re: [os2genau] windoze ftp utility ?

Voytek Eymont wrote:
> ** Reply to note from Michael Taylor <miket at pcug dot org dot au> Sun, 25 Aug 2002 17:03:41 +0100
> 
> 
> 
>>Which version of WIndows? 
>> 
>>In Windows NT, 2000 (and probably XP) you can use a script with the command 
>>line ftp client.
> 
> 
> no, is win98.
> 
> where do I look up on the script in w2k ?
> 
> (the 2wk CLI ftp is quite good, with command line history, scroll back...)

It is not so much a script as a file of ftp commands.

Just checked on Win98.

The command line parameters "-i" and "-s:filename" are what you want.
You can then create a script - something like this

open host
user uname
pass password
get xxx
put yyy
close
quit

Just see what commands you need to type when using the ftp client, put them in
a file and use "-i" to turn off the prompting/interactiveness and specify
the file using "-s:filename"

e.g.

ftp -i -s:fpt1.txt

-- 
Regards,
Mick

--
-----------------------------------------------------------------------
     Michael Taylor                                 miket at pcug dot org dot au
    -----------------------------------------------------------------
              Home Page:  http://users.bigpond dot net dot au/miket5au
    -----------------------------------------------------------------

-----------------------------------------------------------------------

----------------------------------------------------------------------------------
 

