⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 debug.txt

📁 FTP是文件传输协议英文的简称。本程序介绍了FTP协议的原理和实现方法。
💻 TXT
📖 第 1 页 / 共 2 页
字号:
200 Type set to A.
PORT 10,214,50,238,14,193
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transfer done: 1,195 bytes in 0.031 secs (38.55 k/sec)
RMD /University/College_ComputerScience/Image
250 RMD command successful.
RMD /University/College_ComputerScience/Graphics
250 RMD command successful.
RMD /University/College_ElectronicEngineering
250 RMD command successful.
RMD /University/College_ComputerScience
250 RMD command successful.
RMD /University
250 RMD command successful.
TYPE A
200 Type set to A.
PORT 10,214,50,238,14,194
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transfer done: 1,130 bytes in 0.032 secs (35.31 k/sec)




/***********************Simplify: delete all contents in /University ****************/
CWD /University
PWD
TYPE A
PORT 10,214,50,238,14,188
LIST
DELE President.txt
CWD /University/College_ComputerScience
PWD
TYPE A
PORT 10,214,50,238,14,189
LIST
DELE Dean.txt
CWD /University/College_ElectronicEngineering
PWD
TYPE A
PORT 10,214,50,238,14,190
LIST
DELE Dean.txt
CWD /University/College_ComputerScience/Graphics
PWD
TYPE A
PORT 10,214,50,238,14,191
LIST
DELE Professor.txt
CWD /University/College_ComputerScience/Image
PWD
TYPE A
PORT 10,214,50,238,14,192
LIST
DELE Professor.txt
CWD /
PWD
TYPE A
PORT 10,214,50,238,14,193
LIST
RMD /University/College_ComputerScience/Image
RMD /University/College_ComputerScience/Graphics
RMD /University/College_ElectronicEngineering
RMD /University/College_ComputerScience
RMD /University
TYPE A
PORT 10,214,50,238,14,194
LIST


/*****************upload all files in directory University**************/
MKD /University
257 "/University" directory created.
CWD /University
250 Directory changed to /University
PWD
257 "/University" is current directory.
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,25
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transfer done: 113 bytes in 0.015 secs (7.53 k/sec)
MKD /University/College_ComputerScience
257 "/University/College_ComputerScience" directory created.
CWD /University/College_ComputerScience
250 Directory changed to /University/College_ComputerScience
PWD
257 "/University/College_ComputerScience" is current directory.
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,26
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transfer done: 113 bytes in 0.000 secs (113.00 k/sec)
MKD /University/College_ComputerScience/Graphics
257 "/University/College_ComputerScience/Graphics" directory created.
CWD /University/College_ComputerScience/Graphics
250 Directory changed to /University/College_ComputerScience/Graphics
PWD
257 "/University/College_ComputerScience/Graphics" is current directory.
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,27
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transfer done: 113 bytes in 0.000 secs (113.00 k/sec)
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,28
200 PORT Command successful.
STOR Professor.txt
150 Opening ASCII mode data connection for Professor.txt.
226 Transfer complete.
Transfer done: 0 bytes in 0.000 secs (0.00 k/sec)
MKD /University/College_ComputerScience/Image
257 "/University/College_ComputerScience/Image" directory created.
CWD /University/College_ComputerScience/Image
250 Directory changed to /University/College_ComputerScience/Image
PWD
257 "/University/College_ComputerScience/Image" is current directory.
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,29
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transfer done: 113 bytes in 0.016 secs (7.06 k/sec)
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,30
200 PORT Command successful.
STOR Professor.txt
150 Opening ASCII mode data connection for Professor.txt.
226 Transfer complete.
Transfer done: 0 bytes in 0.000 secs (0.00 k/sec)
CWD /University/College_ComputerScience/
250 Directory changed to /University/College_ComputerScience
PWD
257 "/University/College_ComputerScience" is current directory.
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,31
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transfer done: 236 bytes in 0.000 secs (236.00 k/sec)
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,32
200 PORT Command successful.
STOR Dean.txt
150 Opening ASCII mode data connection for Dean.txt.
226 Transfer complete.
Transfer done: 0 bytes in 0.000 secs (0.00 k/sec)
MKD /University/College_ElectronicEngineering
257 "/University/College_ElectronicEngineering" directory created.
CWD /University/College_ElectronicEngineering
250 Directory changed to /University/College_ElectronicEngineering
PWD
257 "/University/College_ElectronicEngineering" is current directory.
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,33
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transfer done: 113 bytes in 0.000 secs (113.00 k/sec)
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,34
200 PORT Command successful.
STOR Dean.txt
150 Opening ASCII mode data connection for Dean.txt.
226 Transfer complete.
Transfer done: 0 bytes in 0.000 secs (0.00 k/sec)
CWD /University/
250 Directory changed to /University
PWD
257 "/University" is current directory.
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,35
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transfer done: 275 bytes in 0.000 secs (275.00 k/sec)
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,36
200 PORT Command successful.
STOR President.txt
150 Opening ASCII mode data connection for President.txt.
226 Transfer complete.
Transfer done: 0 bytes in 0.000 secs (0.00 k/sec)
CWD /
250 Directory changed to /
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PORT 10,214,50,238,15,37
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transfer done: 1,270 bytes in 0.031 secs (40.97 k/sec)



/*****************Simplify: upload all files in directory University**************/
MKD /University
CWD /University
PWD
TYPE A
PORT 10,214,50,238,15,25
LIST
MKD /University/College_ComputerScience
CWD /University/College_ComputerScience
PWD
TYPE A
PORT 10,214,50,238,15,26
LIST
MKD /University/College_ComputerScience/Graphics
CWD /University/College_ComputerScience/Graphics
PWD
TYPE A
PORT 10,214,50,238,15,27
LIST
TYPE A
PORT 10,214,50,238,15,28
STOR Professor.txt
MKD /University/College_ComputerScience/Image
CWD /University/College_ComputerScience/Image
PWD
TYPE A
PORT 10,214,50,238,15,29
LIST
TYPE A
PORT 10,214,50,238,15,30
STOR Professor.txt
CWD /University/College_ComputerScience/
PWD
TYPE A
PORT 10,214,50,238,15,31
LIST
TYPE A
PORT 10,214,50,238,15,32
STOR Dean.txt
MKD /University/College_ElectronicEngineering
CWD /University/College_ElectronicEngineering
PWD
TYPE A
PORT 10,214,50,238,15,33
LIST
TYPE A
PORT 10,214,50,238,15,34
STOR Dean.txt
CWD /University/
PWD
TYPE A
PORT 10,214,50,238,15,35
LIST
TYPE A
PORT 10,214,50,238,15,36
STOR President.txt
CWD /
PWD
TYPE A
PORT 10,214,50,238,15,37
LIST


/******************download a file********************************/
TYPE A
200 Type set to A.
PORT 10,214,50,238,17,74
200 PORT Command successful.
RETR 1.txt
150 Opening ASCII mode data connection for 1.txt (17947 bytes).
226 Transfer complete.
Transfer done: 17,947 bytes in 0.016 secs (1121.69 k/sec)


/*****************************upload a file*****************************/
TYPE A
200 Type set to A.
PORT 10,214,50,238,17,114
200 PORT Command successful.
STOR 1.txt
150 Opening ASCII mode data connection for 1.txt.
226 Transfer complete.
Transfer done: 17,947 bytes in 0.000 secs (17947.00 k/sec)
CWD /
250 Directory changed to /
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PORT 10,214,50,238,17,115
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transfer done: 1,327 bytes in 0.032 secs (41.47 k/sec)


/**********************delete a file ************************/
DELE 1.txt
250 DELE command successful.
TYPE A
200 Type set to A.
PORT 10,214,50,238,17,112
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transfer done: 1,267 bytes in 0.031 secs (40.87 k/sec)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -