|
|
C:\>ftp ftp> open sweb.uky.edu Connected to sweb.uky.edu. 220 sweb.uky.edu FTP server (Version wu-2.6.2(1) Mon Mar 11 18:29:02 EST 2002) ready. User (sweb.uky.edu:(none)): sscho2 331 Password required for sscho2. Password: 230 User sscho2 logged in. ftp> |
ftp> get mytar mytar2 200 PORT command successful. 150 Opening ASCII mode data connection for mytar (30720 bytes). 226 Transfer complete. ftp: 30767 bytes received in 1.21Seconds 25.41Kbytes/sec. ftp> |
ftp> bin 200 Type set to I. ftp> put gp.pdf 200 PORT command successful. 150 Opening BINARY mode data connection for gp.pdf. 226 Transfer complete. ftp: 546110 bytes sent in 34.92Seconds 15.64Kbytes/sec. ftp> |
ftp> close 221-You have transferred 0 bytes in 0 files. 221-Total traffic for this session was 222 bytes in 0 transfers. 221-Thank you for using the FTP service on sweb.uky.edu. 221 Goodbye. ftp> |
ftp> bye 221-You have transferred 1122748 bytes in 3 files. 221-Total traffic for this session was 1124238 bytes in 5 transfers. 221-Thank you for using the FTP service on sweb.uky.edu. 221 Goodbye. |
ftp> cd www 250 CWD command successful. ftp> |
ftp> ls 200 PORT command successful. 150 Opening ASCII mode data connection for file list. form.htm index.htm phpform.php process.php variables.php 226 Transfer complete. ftp: 62 bytes received in 0.01Seconds 6.20Kbytes/sec. ftp> |
ftp> lcd \temp Local directory now C:\Temp. ftp> |
ftp> mkdir stan 257 "/u2/sscho2/stan" new directory created. ftp> |
ftp> pwd 257 "/u2/sscho2" is current directory. ftp> |
ftp> binary 200 Type set to I. ftp> |
ftp> ascii 200 Type set to A. ftp> |
ftp> delete gp.pdf 250 DELE command successful. ftp> |