Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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, 7:02 am This article has been viewed 35299 times.
|
|