Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到了对客户服务器的“winscp”访问权限,以检查一些文件。我尝试通过 ssh 连接,但是,我从服务器得到的唯一响应是:
WinSCP:这是文件结尾:0
我尝试使用午夜指挥官 shell 链接、ftp、sftp。我该怎么做才能连接到服务器?
WinSCP似乎只支持安全拷贝、SFTP和FTP协议。此外,您的SSH连接结果表明对该服务器的 shell 访问已被禁用。
按可能性排序:
尝试使用正确的客户端(例如sftp, lftp, ftp),而不是 Midnight Commander - 根据我的经验,mc它不像远程服务的正确客户端那样稳定、有用或兼容。
sftp
lftp
ftp
mc
你没有提到尝试过scp。scp您应该尝试一下,尽管如果仅启用任何服务器我会觉得很奇怪,因为scp不允许浏览远程文件-只是复制。
scp
WinSCP 似乎与最新版本的WINE配合得很好,该版本可用于大多数 Linux 发行版......
如果一切都失败了,您可以从 Windows 虚拟机甚至真正的 Windows 系统尝试 WinSCP...