> I'm using "synapse" with Delphi to make a ftp client which connects to > a self made hardware that runs a ftp server. Running my client in > Windows XP I can upload files to the ftp server with no problems. But > if I try to run the same client on a Windows 98 box then I can't > upload... I don't know what I'm doing wrong. My FtpSend instance is > set to "PassiveMode := false", "BinaryMode:=false". Then when I run > the FtpSend.StoreFile(SomeFileName,false); I get the following in the > status: > > Some times it hangs on this two lines (I guess it's happening with > short files - less than 100K): * STOR \DIRNAME\FILENAME.TXT * 150 > About to open data connection
Ftpsend waiting for incomming data connection from your server. It is usually badly configured firewall/NAT or something else... Why you are not using passive mode? It is much more friendly for this kind of problems... -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
