PDA

View Full Version : Can't Downlaod ?? - 550 & 426 Error


inetz
06-12-2011, 11:09 AM
Some background information all dirs are CHMOD 777.

# anybody can download anything...
Download = /* *

i can upload and fxp to the server.
when i try to download i get various errors (both with fxp and download):

[L] 426 Connection closed: Connection timed out.
[R] 550 TEST.sfv: No such file or directory.

:confused: any help would be great driving me mad.

Latest ioFTPD-v7.7.2 & ioninja.beta.stable.v0.8.9.6-2009-06-29 - Windows 2008 Standard

inetz
06-12-2011, 11:22 AM
ah all fixed ;) .. i thought adding Ioftpd to firewall was enough.

but after running this to open each port on its own. seems ok now..

FOR /L %I IN (5421,1,5450) DO netsh firewall add portopening TCP %I "Passive FTP"%I