From: Clive Lin Date: 2009-01-04T17:47:50+09:00 Subject: lost response while transfering large file to FTP server When I used Net::FTP to put large files(about 200MB) to FTP server, the program always lost response. The file was actually transferred correctly later on, but the ftp.put method failed to return, preventing the code after that method from executing. And the ruby process was not terminated. The ruby version is 1.8.6 on Ubuntu 8.10 64 bit server Anyone know the problem? -- Posted via http://www.ruby-forum.com/.