`
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 November 21, 2024, 11:15 am This article has been viewed/printed 35300 times. |