Re: FTP Client Framework

2009-05-06 Thread Ammar Ibrahim
How to you establish a plain old FTP connection, and authenticate then start issuing commands? I'm using version 1.2 On Tue, May 5, 2009 at 6:32 PM, Jason Todd Slack-Moehrle < mailingli...@mailnewsrss.com> wrote: > > Hi Ammar, > > I use the connection kit all the time, what are your questions? >

Re: FTP Client Framework

2009-05-05 Thread Jason Todd Slack-Moehrle
Hi Ammar, I use the connection kit all the time, what are your questions? -Jason On May 3, 2009, at 7:02 AM, Ammar Ibrahim wrote: I'm building a client/server app. The client and server communicate using FTP. I added my own custom commands, since this application will be in a controlled e

FTP Client Framework

2009-05-04 Thread Ammar Ibrahim
I'm building a client/server app. The client and server communicate using FTP. I added my own custom commands, since this application will be in a controlled environment. The server part is done, now I'm working on the client. What is the easiest framework/class to embed in my app? I looked into Co