I have an FTP server (VsFTP) that has mounted Windows shared folder. I have been experiencing this error when trying to download a file from the mounted folder:
226 Directory send OK.
ftp> get firewall.odt
local: firewall.odt remote: firewall.odt
227 Entering Passive Mode (10,10,5,138,169,223)
150 Opening BINARY mode data connection for firewall.odt (22532 bytes).
426 Failure writing network stream.
I tried downloading a file from the Linux folder and I can get it just fine. Uploads to the Windows folder and Linux folder are working too.
ftp> put firewall.odt
local: firewall.odt remote: firewall.odt
227 Entering Passive Mode (10,10,5,138,102,36)
150 Ok to send data.
######################
226 File receive OK.
22532 bytes sent in 0.00039 seconds (5.7e+04 Kbytes/s)
What could be the problem?
The command I issued when I mounted the Windows share is this:
mount -t cifs //10.10.10.2/Data /windows -o rw,domain=microimageph,username=rai,password=rai
I can mount the folder fine and I can access locally the mounted folder but it is not working when I try to download the file using FTP.
I used CIFS because the other server is a Windows 2003 Server and smbfs is not working with Win2K3.
I found on the net that I should load the kernel modules ip_conntrack_ftp and ip_nat_ftp but it is still not working.
Any help will be appreciated.
Thanks.
--
Fighting for Peace is Like Screwing for Virginity.
GPG Key 0x4AC2B3FE
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

