LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help FTP file from Linux (UBUNTU) to FileZilla Server on Windows 7 (https://www.linuxquestions.org/questions/linux-newbie-8/help-ftp-file-from-linux-ubuntu-to-filezilla-server-on-windows-7-a-943361/)

sabrab 05-05-2012 12:17 AM

Help FTP file from Linux (UBUNTU) to FileZilla Server on Windows 7
 
Hi All

I need some urgent help. I am trying to ftp a file from LINUX (UBUNTU) to a filezilla server on windows7. It is able to connect fine but can not transfer file. I get the fllowing message:

(000002)5/4/2012 22:43:45 PM - sabrab > SYST
(000002)5/4/2012 22:43:45 PM - sabrab > 215 UNIX emulated by FileZilla
(000002)5/4/2012 22:43:54 PM - sabrab > PORT 10,0,2,15,160,252
(000002)5/4/2012 22:43:54 PM - sabrab > 200 Port command successful
(000002)5/4/2012 22:43:54 PM - sabrab > STOR sabrab_test.txt
(000002)5/4/2012 22:43:54 PM - sabrab > 150 Opening data channel for file transfer.
(000002)5/4/2012 22:44:04 PM - sabrab > 425 Can't open data connection.


Any idea how to resolve this?

Slackyman 05-05-2012 02:09 AM

I have no much time to answer the long way so I paste this:
http://geekswithblogs.net/Lance/arch...tion.quot.aspx

:D

lithos 05-05-2012 05:33 AM

Hi sabrab

the problem is on your Windows computer (as FTP server) where Passive port connections are blocked in firewall,
try to disable firewall in Windows to check if it works then.
Afterwards you will have to add your software to Firewall exceptions (to let it through) or open the needed ports (which is hard to find in FTP server configuration in windows)

Slackyman 05-06-2012 10:20 AM

Usually you have to unblock port 21 and 20: 21 for FTP service and 20 for FTP Data.

jefro 05-06-2012 02:28 PM

Test at the windows system. ftp to the server from command line too in case there are other issues between.


All times are GMT -5. The time now is 02:26 AM.