Hi John, I need a ftp serer component, not the ftp client component.
Regards Leigh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Bird Sent: Monday, April 28, 2008 10:44 AM To: 'NZ Borland Developers Group - Delphi List' Subject: RE: [DUG] Delphi ftp server component Remember that one very simple way is the original: I haven't tried it from inside Delphi (using Shellexec) but for years I have done FTP via the standard original command line interface that is built into windows. In fact the only time I don't use it is when I am sending a large number of files, some text (eg html) and some binary (eg GIF) because it is a pain to change modes. Go to Start/Run/cmd and type ftp -h All the basic functionality is already there. If it is called using Shellexec its automatically in a separate process. John _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe
