我正在尝试连接到Linux上的FTP服务器,当我执行ftp.listFiles(remote);时出现以下异常
SYST 215 Linux Exception in thread "AWT-EventQueue-0"
org.apache.commons.net.ftp.parser.ParserInitializationException:
Unknown parser type: Linux at
org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createFileEnt
我有一个IIS 6服务器在标准端口上运行FTP,具有基本身份验证。
如果我从不在公司网络上的Vista计算机(命令行FTP客户端)连接,所有这些都能正常工作。
如果我从Ubuntu机器连接,而不是在公司网络上,我可以连接,但不能做任何其他事情:
230 User MyUser logged in.
Remote system type is Windows_NT.
但是,任何其他命令都会失败:
ftp> ls
500 Invalid PORT Command.
ftp: bind: Address already in use
ftp>
知道是什么导致了这一切吗?
最后,我试图让
将我的Linux服务器更新为Ubuntu19.10和Debian的最新版本,它们都指向我运行镜像存储库的主Linux服务器,并允许通过FTP与其通信,现在我正在接收消息
The method 'ftp' is unsupported and disabled by default.
Consider switching to http(s).
Set Dir::Bin::Methods::ftp to "ftp" to enable it again.
在无法获取ftp://之后。如何通过FTP重新启用系统更新的检索?
我有一个Apache服务器运行在这台带有Debian稳定的机器上,这个PHP程序必须使用FTP连接到远程在线服务器。
在我安装了FTP服务器(vsftpd版本3.0.3-8+b1)之前,一切都很好,但我不认为这是罪魁祸首。
现在我明白了这个错误
确切的错误/S是:
I won't open a connection to x.x.x.x --->*remote server ip* (only to x.x.x.x ---->*my public ip*)
甚至连ls远程目录都无法获得这个错误:
Unable to list directory
我怀疑这是因为FTP现在在“
大家晚上好,我一直在Ubuntu服务器上工作,我在一个使用windows XP Pro和Ubuntu9.10FTP的远程pc上工作,事情是这样的…我在Ubuntu服务器上安装了Joomla1.5最后一个版本,一切都很好,直到我必须填写too...ok信息,从未找到连接路径,所以我没有安装it...now我有我的joomla,但我想安装一些扩展和这里的问题,与ftp Filezilla运行在Windows上我完美地连接到服务器,因为在ubuntu中的SSH,但当我尝试填充joomla上的FTP信息,它不能识别路径,有什么想法吗?
我对Linux平台非常陌生。由于我想使用Ubuntu安装FTP服务器,所以我安装了它,并在其中配置了FTP。在vsftpd配置文件中启用SSL之前,一切都很好。除了默认设置之外,我还添加了以下行,以便在Ubuntu服务器中启用FTP SSL。
ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=YES
force_local_logins_ssl=YES
ssl_tlsv1=YES
ssl_sslv2=YES
ssl_sslv3=YES
# Filezilla uses port 21 if you don't set any p