Board index » delphi » [FTP] Library to upload whole contents of directory?
Gilles Ganault
![]() Delphi Developer |
Gilles Ganault
![]() Delphi Developer |
[FTP] Library to upload whole contents of directory?2007-06-10 04:34:58 AM delphi94 Hello I need to write a small application that lets the user choose a source directory, a target URL (eg. ftp.acme.com/mytarget), and upload all files and sub-directories contained in the soure directory. Requirements: - no DLL : the library must be statically compiled in the EXE - supports FTP passive mode to avoid firewalls I checked out the Delphi wrapper for Libcurl, but it requires the Libcurl DLL and requires compiling the C source curl.haxx.se/libcurl/pascal/ curlpas.sourceforge.net/curlpas/doc/requires.html Any good alternative? Thank you. |
Bob S
![]() Delphi Developer |
2007-06-10 05:41:00 AM
Re:[FTP] Library to upload whole contents of directory?
Gilles Ganault <XXXX@XXXXX.COM>writes:
QuoteHello |
Gilles Ganault
![]() Delphi Developer |
2007-06-10 08:24:05 AM
Re:[FTP] Library to upload whole contents of directory?
On 9 Jun 2007 14:41:00 -0700, "Bob S" <XXXX@XXXXX.COM>writes:
QuoteClever Internet Suite |
Michael Justin
![]() Delphi Developer |
2007-06-13 04:53:36 PM
Re:[FTP] Library to upload whole contents of directory?
Gilles Ganault schrieb:
QuoteI need to write a small application that lets the user choose a source It supports upload of directories including subdirectories using drag & drop. Full source code included, GPL and commercial license available. Kind regards, Michael Justin -- betasoft - Software for Delphiâ„?and for the Javaâ„?platform www55.pair.com/betasoft/ |
Gilles Ganault
![]() Delphi Developer |
2007-06-16 01:44:44 AM
Re:[FTP] Library to upload whole contents of directory?
On Wed, 13 Jun 2007 10:53:36 +0200, Michael Justin <XXXX@XXXXX.COM>
writes: QuoteMaybe the betasoft BTVisualFTP visual FTP client component can help you. |