Create feature-rich windows applications with many new components and universal dialogs.
- improved DBGrid
- new DBRecordView, DBTreeView
- toolbars and db dialogs to Find, Filter, Sort, Export, Print...
- StringGrid with columns definition
- GroupBox with automatic alignment and resizing of owned controls
And many more from $25 to $95 only - click for details!
FTP Client Engine for Delphi v.2.5
Description
MarshallSoft FTP client library component for Delphi (FCE4D) is a library of functions providing direct control of the FTP protocol from your Delphi application program. Uses a simple API to easily write GUI or console mode programs that:- Connect to any FTP server.
- Get a list of files on the server.
- Navigate the server directories.
- Specify ASCII or BINARY transfer mode.
- Download, Upload, Delete, Rename, Append files.
- Create and remove server directories.
- Parse long directory listings.
- Use on Internet or Intranet.
- Supports passive mode (use with firewalls).
- Supports many proxy servers.
- Supports multiple concurrent FTP sessions.
- Does not depend on support libraries. Makes calls to Windows API functions only. Can also use with C/C++ (.NET), Xbase++, PowerBASIC, Visual FoxPro, Visual Basic, VB.NET, Visual dBASE, and COBOL.
Informations
- Status: Evaluation (time-limit)
- Source: On purchase/registration
- price: $105
- Size: 311kB
Platforms: D2, D2005, D2006, D3, D4, D5, D6, D7
Ftp4w.dll v.3.0 beta
By Philippe Jounin.
Freeware 23 May 1997Description
A complete FTP Client in DLL. The Ftp4w Library provides a client side interface for FTP. As a client, it logs into the server, looks for files, downloads or uploads, logs out and much more. The APIs can be called by any development system that allows access to external DLLs. It requires a Windows Sockets DLL (Winsock.DLL).Informations
- Status: Fully functional
- Source: None
- Size: 125kB
Platforms: CB1, D1, D2, D3
HS FTP Library v.1.3.4
Description
HS FTP is a C/C++ library written in C which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure and send and receive files. The HS FTP protocol module supports passive mode data connections, user / password authentication and a number of commonly used FTP commands: USER, PASS, TYPE, PASV, LIST, CWD, RETR, STOR, MKD, RMD, DELEFeatures:
- FTP Client RFC 959 operation
- Full C/C++ source code included
- Server name resolution
- Concurrent FTP client sessions
- Passive mode, firewall friendly
- User / password authentication
- Asynchronous Operation
- Thread safe
- recursive folder operations.
When the control FTP connection is established and HS FTP has successfully passed user / password FTP account authentication phase, the user application is asynchronously notified via user event callback function with HS_FTPCLI_USR_EV_LOGGEDIN event. The user application can now request remote FTP server directory listing using HsFtpCliList function, change directory HsFtpCliChdir, transfer files with HsFtpCliSendFile and HsFtpCliGetFile.
Informations
- Status: Fully functional
- Source: None
- price: $500
- Size: 336kB
Platforms: CB5
Monster FTP Client v.0.4.7
By Chen Yu.
Freeware + source 25 Feb 2000Description
Monster FTP is a set of components which implements the client of FTP protocol (RFC959) and provides a user friendly interface for it.Informations
- Status: Fully functional
- Source: Included
- Size: 138kB
Platforms: D5
TALWinInetFTPClient v.4.02
By Arkadia.
Freeware + source 02 May 2013Description
TALWinInetFTPClient is a is easy to use WinInet-based FTP client component.Informations
- Status: Fully functional
- Source: Included
- Size: 51 703kB
Platforms: D2005, D2006, D2007, D2009, D2010, D7, DXE, DXE2, DXE3, DXE4, DXE64
TFTP v.1.0
By Dmitriy Drozdov.
Freeware + source 13 Dec 1999Description
TFTP is an FTP server component you can use to create your own FTP server. It almost supports the RFC-959 standard.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 344kB
Platforms: D4
TFTPClient v.8.0
By Xavier Cirac.
14 Apr 2006Description
This component is an easy FTP client. This means that it supports the FTP Internet Protocol (File Transfer Protocol), and lets you FTP any site. It uses non-blocking sockets, so your application won't be blocked during the operation. It is very easy to use: just connect to a server and use the system functions that you need.Informations
- Status: Fully functional
- Source: On purchase/registration
- price: $35
- Size: 131kB
Platforms: CB1, D2, D2005, D2006, D3, D4, D5, D6, D7
TFtpSync v.1.0
Description
TFtpSync is a component which will synchronize the contents of a ftp site (directory) with the contents of a local directory, so the remote directory will get the same contents as the local dir. After comparing directories, the component will upload, delete, or rename files which are different, missing, or redundant.Thread based, support for directory recursion, support for case insensitive files (Windows). The component makes use of the TNMFTP component which comes with Delphi 4 C/S and Delphi 5.
Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 241kB
Platforms: D4, D5
TIdFTP Extension for partial content v.0.1
Description
This is a very small extension to Indy TIdFTP class, TIdFTP_EXT. There is only one method added, GetPartial that allows to download partial content from FTPs supporting this feature. Possible combinations are: from start to desired position (StartPos=0,EndPos=n),point-to-point (StartPos > 0 and EndPos < FileSize), and point-to-end (StartPos>0 and EndPos=-1).There is no placeable component, just include TidFTPext in uses and declare as a variable, BTW it needs creation before using like FTPClient = TIdFTP.Create(Form1); Tested on FileZilla and working.
Informations
- Status: Fully functional
- Source: Included
- Size: 2kB
Platforms: D2005, D2006, D2007, D2009, D2010, D7, DXE