PDA

View Full Version : Can not use DOS console to upload


Yosh
09-09-2004, 11:34 AM
This is strange.....


I've set up the ioftpd on a server in my lan.

And I try to make some auto-upload with scheduled task. But, if the upload works very good with flash fxp, the DOS mode never finish.....

When I use the put command, the ftp write "opening binary mode data connection for myfile.txt" and nothing happend until "connection close by the remote host"

Someone have an idea to fix that ???

Thank, and sorry for my bad english

Mouton
09-09-2004, 11:49 AM
What's the device settings in ioFTPD.ini ?
you should use 0.0.0.0 in bind and host to make sure the ip used to connect will be used to data connections.

Yosh
09-09-2004, 11:58 AM
[Any]
Host = 0.0.0.0
Ports = 1024-2048
Random = True
Bind = 0.0.0.0
;Global_Inbound_Bandwidth = 10000
;Global_Outbound_Bandwidth = 10000
;Client_Inbound_Bandwidth = 100 [*registered version*]
;Client_Outbound_Bandwidth = 50



nothing better......
why there is a difference between flashfxp & ftp@DOs

Mouton
09-09-2004, 01:38 PM
Check for firewall that might block the connection, or something similar.
You're probably using passive mode in flashfxp, and ftp.exe doesn't use that.
Try ffxp in non-passive mode see if it works.

monitor connections with netstat -an in a command prompt on client and server, see what connections are there, etc.