Hi, 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 Some times it goes to the end and gives a 426. Although it copies the file to the server. But sometimes the file is not complete on the server (it send just a part): * STOR \DIRNAME\FILENAME.TXT * 150 About to open data connection * 426 Connection closed Please give some help... Thanks a lot Marcelo ------------------------------------------------------------------------- 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
