那个,ssh的代理,原理是啥?
发表于 : 2010-08-28 20:37
就是本地开了7070端口,然后用socks5
为什么在FF里有效,我在filezilla里设置代理为localhost:7070就没用?其他应用软件貌似也是没用
为什么在FF里有效,我在filezilla里设置代理为localhost:7070就没用?其他应用软件貌似也是没用
代码: 全选
Status: Connecting to ftp.XXXX.XXXX through proxy
Status: Connecting to 127.0.0.1:7070...
Status: Connection with proxy established, performing handshake...
Status: Connection established, waiting for welcome message...
Response: 220 ProFTPD 1.3.2 Server ready.
Command: USER XXXXX
Response: 331 Password required for thislo
Command: PASS *************
Response: 230 User XXXXX logged in
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: MDTM
Response: MFMT
Response: AUTH TLS
Response: MFF modify;UNIX.group;UNIX.mode;
Response: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
Response: PBSZ
Response: PROT
Response: REST STREAM
Response: SIZE
Response: 211 End
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (94,249,143,5,139,220).
Command: MLSD
Status: Connecting to 127.0.0.1:7070...
Status: Connection with proxy established, performing handshake...
Error: Connection timed out
Error: Failed to retrieve directory listing
呃。。我说的ff就是你说的fx,呵呵tusooa 写了:ff,吾没用过。
不过吾在fx里面用AutoProxy代理,倒是可以,用的127.0.0.1:7070。
是的啊……adam8157 写了:filezilla中是选的socks5代理么