Re: [twsocket] SMTP server reply codes

2005-08-05 Thread DZ-Jay
On Aug 4, 2005, at 05:24, Wilfried Mestdagh wrote: > Hello, > > Busy with TSmtpCli will used on a local network only. I'm looking at > the > reply codes the SMTP server can give. > > Im I right that: >the 400 range can be interpreted as 'try again later' >the 500 range as 'this is no good

Re: [twsocket] FTP from one server to another

2005-08-05 Thread Dan
Do you mean download from one and upload to another? Or do a true FXP (server->server transfer)? If you want to do an FXP you simply set one server to PASV and send the ip and port it gives you to the other server as a PORT command. Then you tell one server to STOR and the other to RETR and th

Re: [twsocket] found odd error in FtpSrv not listing directorycontentswith amd64

2005-08-05 Thread brian
It's a standard and commercial FTP client, AceExpertFtp, I've used it for years, and even with the same custom server that used to work, it worked ok, now I tried compiled versions that used to work and now doesn't, so there must be a problem on the 64-bit platform in the way of processing a buff

Re: [twsocket] found odd error in FtpSrv not listingdirectorycontentswith amd64

2005-08-05 Thread Francois PIETTE
>>> My ftp client sends "list -latr" and "-latr" is the content of >>> PATH after processing for Params, so the problem seems >>> to be in BuildFilePath. >> "list -latr" and "-latr" are non standard FTP commands. >> The bug is into your client. >> Sorry. > It's a standard and commercial FTP clien

[twsocket] FTP multi-part downloading

2005-08-05 Thread Igor Siticov
Hello, I do remember that long time ago somebody demonstrated how to perform multi-part download using FTP client. Unfortunately, I've deleted this message from my database. So the question is: how to implement multi-part download using ICS TFTPCli component? Thank you. Best regards, Igor Sitico

Re: [twsocket] FTP multi-part downloading

2005-08-05 Thread Francois PIETTE
You can browse the mailing list archive. See "support" at my website for a link to the searchable archive. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Igor Siticov" <[EMAIL PROTECTED]> To: Sent: Friday, August 05, 2005 7:39 PM Subject: [twsocket] FTP multi-pa