首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Ubuntu上从AS400到纯ftpd的中断传输

Ubuntu上从AS400到纯ftpd的中断传输
EN

Server Fault用户
提问于 2011-10-25 20:29:15
回答 1查看 528关注 0票数 1

我们有一个运行在AS400和Ubuntu上纯ftpd之间的FTP作业,运行了两年。AS400 (在远程商店中)发送三个文件。

最近,它只得到了三个中的第一个,然后是摊子。

AS400日志:

代码语言:javascript
复制
> put foo
229 Extended Passive mode OK (|||45944|)
150 Accepted data connection
226-File successfully transferred
226 [speed data]
Enter an FTP subcommand
> put bar
229 Extended Passive mode OK (|||5743|)
No response from remote host; all connections closed.
Enter an FTP subcommand.
> put baz
You must first open a connection.

纯ftpd日志:

代码语言:javascript
复制
Oct 25 15:59:39 lb-serv3 pure-ftpd: (?@iseries.touro.edu) [INFO] New connection from iseries.touro.edu
Oct 25 15:59:39 lb-serv3 pure-ftpd: (?@iseries.touro.edu) [DEBUG] Command [user] [itload]
Oct 25 15:59:39 lb-serv3 pure-ftpd: (?@iseries.touro.edu) [DEBUG] Command [pass] [<*>]
Oct 25 15:59:39 lb-serv3 pure-ftpd: (?@iseries.touro.edu) [INFO] itload is now logged in
Oct 25 15:59:39 lb-serv3 pure-ftpd: (itload@iseries.touro.edu) [DEBUG] Command [syst] []
Oct 25 15:59:39 lb-serv3 pure-ftpd: (itload@iseries.touro.edu) [DEBUG] Command [epsv] []
Oct 25 15:59:39 lb-serv3 pure-ftpd: (itload@iseries.touro.edu) [DEBUG] Command [stor] [foo]
Oct 25 15:59:39 lb-serv3 pure-ftpd: (itload@iseries.touro.edu) [NOTICE] /path/to//foo uploaded  (4394019 bytes, 32219.83KB/sec)
Oct 25 15:59:39 lb-serv3 pure-ftpd: (itload@iseries.touro.edu) [DEBUG] Command [epsv] []
Oct 25 15:59:39 lb-serv3 pure-ftpd: (itload@iseries.touro.edu) [DEBUG] Command [stor] [bar] 

有智慧吗?非常感谢!

编辑:我忘了提到,有时在正确的目录中创建了一个零长度的文件,文件名是正确的。

EN

回答 1

Server Fault用户

发布于 2011-10-26 14:53:56

AS400商店修改了他们的脚本,解决了问题。他们没有意识到会导致问题的任何改变。谢谢评论员!

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/324749

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档