中断FTP连线并结束程序。
bye
在ftp模式下,输入bye即可中断目前的连线作业,并结束ftp的执行。
无。
结束 ftp 连线并回到 shell :
$ ftp 203.74.205.34 <-- 登入 ftp 主机 Connected to 203.74.205.34. 220 tyrell.flag.com.cn FTP server(Version wu-2.5.0(1)Fri Sep 3 17:53:32 CST 19 99)ready. Name(203.74.205.34:deckard):orion 331 Password required for orion. Password: 230 User orion logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> bye <-- 结束ftp作业 221-You have transferred 0 bytes in 0 files. 221-Total traffic for this session was 244 bytes in 0 transfers. 221-Thank you for using the FTP service on tyrell.flag.com.cn 221 Goodbye. $ <-- 回到 shell