为什么Filezilla不接受我的PSFTP客户端?

我有FileZilla 0.9.34betaconfiguration为只允许在端口8086(不是FTPS和FTP)上的SFTP连接。 我试图连接到服务器使用腻子PSFTP.exe但它没有提示我的任何input。 试图连接时(1-2分钟后)就会超时。 这是我所看到的那种东西:

C:] psftp 127.0.0.1 -P 8086 -i myuser -v Looking up host "127.0.0.1" Connecting to 127.0.0.1 port 8086 Server unexpectedly closed network connection Fatal: Server unexpectedly closed network connection 

Filezilla日志告诉我这个:

 (000033) 6/29/2010 16:35:15 PM - (not logged in) (127.0.0.1)> Connected, sending welcome message... (000033) 6/29/2010 16:35:15 PM - (not logged in) (127.0.0.1)> 220-FileZilla Server version 0.9.34 beta (000033) 6/29/2010 16:35:15 PM - (not logged in) (127.0.0.1)> 220 connected to 127.0.0.1 (000033) 6/29/2010 16:36:16 PM - (not logged in) (127.0.0.1)> 421 Login time exceeded. Closing control connection. (000033) 6/29/2010 16:36:16 PM - (not logged in) (127.0.0.1)> disconnected. 

Filezilla客户端连接没有问题。

你是如何在filezilla服务器上启用sftp的? 我没有看到任何证据,甚至可能在界面或他们的wiki上 。 事实上, Support for SFTP (SSH File Transfer Protocol) is not implemented in Filezilla Server的说明似乎告诉我,ssh不被支持,所以你将永远无法与sftp客户端连接。