Board index » delphi » [FTP] Library to upload whole contents of directory?

[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.
 
 

Re:[FTP] Library to upload whole contents of directory?

Gilles Ganault <XXXX@XXXXX.COM>writes:
Quote
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

Any good alternative?

Thank you.
Clever Internet Suite
www.clevercomponents.com/products/inetsuite/suite.asp
 

Re:[FTP] Library to upload whole contents of directory?

On 9 Jun 2007 14:41:00 -0700, "Bob S" <XXXX@XXXXX.COM>writes:
Quote
Clever Internet Suite
www.clevercomponents.com/products/inetsuite/suite.asp
Thank you.
 

Re:[FTP] Library to upload whole contents of directory?

Gilles Ganault schrieb:
Quote
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

Hello Gilles!
Maybe the betasoft BTVisualFTP visual FTP client component can help you.
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/
 

Re:[FTP] Library to upload whole contents of directory?

On Wed, 13 Jun 2007 10:53:36 +0200, Michael Justin <XXXX@XXXXX.COM>
writes:
Quote
Maybe the betasoft BTVisualFTP visual FTP client component can help you.
It supports upload of directories including subdirectories using drag &
drop.
Thanks for the link :-)