[vsftpd]測試安裝

 安裝在虛擬機的Debian6裏,地址192.168.1.183shell

1.win下命令行ftp客戶端app

可用的命令ide

  
  
  
  
  1. ftp> ? 
  2. Commands may be abbreviated.  Commands are: 
  3.  
  4. !               delete          literal         prompt          send 
  5. ?               debug           ls              put             status 
  6. append          dir             mdelete         pwd             trace 
  7. ascii           disconnect      mdir            quit            type 
  8. bell            get             mget            quote           user 
  9. binary          glob            mkdir           recv            verbose 
  10. bye             hash            mls             remotehelp 
  11. cd              help            mput            rename 
  12. close           lcd             open            rmdir 
  13. ftp> ! 

測試:測試

  
  
  
  
  1. C:\Documents and Settings\Administrator>ftp 192.168.1.183 
  2. Connected to 192.168.1.183. 
  3. 220 (vsFTPd 2.3.2) 
  4. User (192.168.1.183:(none)): 
  5. 530 This FTP server is anonymous only. Login failed.
     

 

  
  
  
  
  1. ftp> user 
  2. Username anonymous 
  3. 331 Please specify the password. 
  4. Password: 
  5. 230 Login successful. 
  6. ftp> 

能夠匿名登陸。ui

  
  
  
  
  1. ftp> dir 
  2. 200 PORT command successful. Consider using PASV. 
  3. 150 Here comes the directory listing. 
  4. 226 Directory send OK. 
  5. ftp> ls 
  6. 200 PORT command successful. Consider using PASV. 
  7. 150 Here comes the directory listing. 
  8. 226 Directory send OK. 

列目錄。編碼

  
  
  
  
  1. ftp> ! 
  2. Microsoft Windows [版本 5.2.3790] 
  3. (C) 版權全部 1985-2003 Microsoft Corp. 
  4.  
  5. C:\Documents and Settings\Administrator>exit 

臨時切換到shell,exit退回到ftp模式。spa

---------------重編輯win7----------------------------命令行

  
  
  
  
  1. C:\Users\Administrator>ftp 192.168.1.183 
  2. 鏈接到 192.168.1.183。 
  3. 220 (vsFTPd 2.3.2) 
  4. 用戶(192.168.1.183:(none)): deb6 
  5. 331 Please specify the password. 
  6. 密碼: 
  7. 230 Login successful. 
  8. ftp> ? 
  9. 命令多是縮寫的。  命令爲: 
  10.  
  11. !               delete          literal         prompt          send 
  12. ?               debug           ls              put             status 
  13. append          dir             mdelete         pwd             trace 
  14. ascii           disconnect      mdir            quit            type 
  15. bell            get             mget            quote           user 
  16. binary          glob            mkdir           recv            verbose 
  17. bye             hash            mls             remotehelp 
  18. cd              help            mput            rename 
  19. close           lcd             open            rmdir 
  20.  
  21. ftp> ! 
  22. Microsoft Windows [版本 6.1.7600] 
  23. 版權全部 (c) 2009 Microsoft Corporation。保留全部權利。 
  24.  
  25. C:\Users\Administrator>cd /d d:\ 
  26.  
  27. d:\>mkdir down 
  28.  
  29. d:\>dir down 
  30.  驅動器 D 中的卷是 程序盤 
  31.  卷的序列號是 E42A-0781 
  32.  
  33.  d:\down 的目錄 
  34.  
  35. 2012/06/02  12:27    <DIR>          . 
  36. 2012/06/02  12:27    <DIR>          .. 
  37.                0 個文件              0 字節 
  38.                2 個目錄 50,045,394,944 可用字節 
  39.  
  40. d:\> exit
  41. ftp> dir 421 Timeout. 遠程主機關閉鏈接。(這裏超時斷開了,重寫鏈接>) ftp> dir 未鏈接。 ftp> open 192.168.1.183 鏈接到 192.168.1.183。 220 (vsFTPd 2.3.2) 用戶(192.168.1.183:(none)): deb6 331 Please specify the password. 密碼: 230 Login successful. ftp> dir (亂碼了:-<) 200 PORT command successful. Consider using PASV. 150 Here comes the directory listing. drwxr-xr-x 2 1000 1000 4096 Jun 01 13:09 涓嬭澆 drwxr-xr-x 2 1000 1000 4096 May 30 09:10 鍏叡鐨? drwxr-xr-x 2 1000 1000 4096 May 30 09:10 鍥劇墖 drwxr-xr-x 2 1000 1000 4096 Jun 01 09:12 鏂囨。 drwxr-xr-x 2 1000 1000 4096 May 30 09:10 妗岄潰 drwxr-xr-x 2 1000 1000 4096 May 30 09:10 妯℃澘 drwxr-xr-x 2 1000 1000 4096 May 30 09:10 瑙嗛 drwxr-xr-x 2 1000 1000 4096 May 30 09:10 闊充箰 226 Directory send OK. ftp: 收到 515 字節,用時 0.04秒 14.31千字節/秒。 ftp>
     

ftp關了匿名訪問,這裏加了個賬號deb6,如今用他連進去。debug

 用個人電腦地址欄,輸入3d

ftp://deb6:密碼@192.168.1.183:21/

也能夠,21端口能夠省略,另外用戶密碼這樣容易偷窺,能夠ftp://192.168.1.183/而後在彈出框裏輸入相對好些。

 

若是有條件仍是用FillZilla,FlashFXP之類的吧。

並且能夠設置編碼:

 

相關文章
相關標籤/搜索