Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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
Today is November 21, 2024, 8:10 am This article has been viewed 35300 times.
|
|