`
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 April 1, 2025, 11:17 pm This article has been viewed/printed 35358 times. |