Re: [twsocket] Simple FTP.Put Example

2008-01-01 Thread Arno Garrels
Johnnie Norsworthy wrote: Is there a simple example of what is necessary to transmit a file using the FTP client? Yes, look at the (OverbyteIcs)FtpTst demo. But what is the methods I need to use to connect, send the file, and then disconnect? I will be doing this in synchronous mode. See

Re: [twsocket] Simple FTP.Put Example

2008-01-01 Thread Johnnie Norsworthy
Thanks for the help. As always it turns out I had a firewall issue. After resolving that I was able to figure out the appropriate steps. Happy New Year! --Johnnie Norsworthy - RE-Minder Software -- To unsubscribe or change your settings for TWSocket mailing list please goto

[twsocket] Simple FTP.Put Example

2007-12-31 Thread Johnnie Norsworthy
Is there a simple example of what is necessary to transmit a file using the FTP client? I am setting up the client with these properties: Up.UserName := Config.ReadString(Server,'Login','Anonymous'); Up.PassWord := Config.ReadString(Server,'Password','Anonymous'); Up.Port :=