` Printed Icetips Article

Icetips Article



Par2: FTP using Windows 95 internal ftp
1998-04-01 -- Ray Creighton
 
Use the Windows 95 FTP  and do a run command  to upload files to a server.

ftp -s:send_zip.txt

--------- Send_Zip.TXT ---------------
open xxxx.com.au    ! Server name
Loginname
password
cd cw20                        ! select directory
binary                           ! set binary transfer mode
put cwic.zip cwic.zip   ! send my file to the server
disconnect
quit
----------------------

Remove   !comments



Printed May 6, 2024, 1:12 pm
This article has been viewed/printed 35110 times.