Previous 20 filesDelphi 3.0x shareware
Winsock & Internet

[ rmlib1s.zip ] [ 820,013 bytes ] [ Shareware ] [ No Source ]
[ D3 ]
Components for TCP/IP communication using parametrized messages instead of raw binary/text data. Sends and receives complete messages with parameters filled in with regular datatypes. Handles all converting to/from binary data for TCP/IP transfer [more]
Registered version available with or without source.
Added: 15-03-1998   |  Version: 1.0   |  Downloads: 1130/1130/0
Author:Radical Computing   [Homepage]   [DSP files]

[ scde20.zip ] [ 38,671 bytes ] [ Shareware ] [ No Source ]
[ D2 | D3 | D4 | D5 ]
Scrooge converts RichEdit or DBRichEdit text contents to HTML, including many attributes, and with many options. The download version contains the DCU version for Delphi 4, free for private use.
Registration $49 (single user, incl. source).
Added: 10-05-1998/8-01-2001   |  Version: 1.98   |  Downloads: 1706/1487/1
Author:Michael Justin   [Homepage]   [DSP files]

[ see4d30.zip ] [ 99,115 bytes ] [ Shareware ] [ No Source ]
[ D3 ]
SMTP/POP3 Email Engine Library for Delphi.
Email from your Borland Delphi application. Simple API allows sending & receiving email, including MIME attachments. Knowledge of Winsock and TCP/IP is not needed. Requires Borland Delphi compiler. Win16 & Win32 DLLs.
Registration is $95 ($57 students) + $7 S&H.
Added: 25-04-1999   |  Version: April 19, 1999   |  Downloads: 1028/1028/1
Author:Mike Marshall   MarshallSoft Computing   [Homepage]   [DSP files]

[ sendmail.zip ] [ 768,908 bytes ] [ Shareware ] [ No Source ]
[ D2 | D3 | D4 | D5 | D6 | D7 | D2 | C1 | C3 | C4 | C5 | C6 ]
The SendMail is Delphi/BCB component, used for sending e-mail messages via SMTP servers. The messages can be either in plain text or HTML format, contain attachments or embedded images for HTML contents. You can use the SendMail for dispatching of messages by mailing lists, specifying multiple recipients. The package contains TextTemplateConverter component, bonus utility which translates some specified %keywords% inside the text into some specified values. It can be used as plug-in for SendMail component to replace some keywords in the email templates (like % recipient_email% or %sender_name%) to their actual values.
Help-file included.
Added: 8-11-2004/20-12-2004   |  Version: 2.0.1   |  Downloads: 226/226/7
Author:Aleksey Kuznetsov   UtilMind Solutions   [Homepage]   [DSP files]

[ tcirc101.zip ] [ 16,297 bytes ] [ Shareware ] [ No Source ]
[ D3 ]
TCustomIRC is used as a AddOn to any existing Windows-Socket component. Full suport for connected user, bann, error, invite, join, kick, kill, mode, part, ping and all other important commands as described in RFC 1459.
Reg. is US$45.00 without or US$65.00 with source. - Free upd for 1 Year - support from the author and mailing list. http://www.spectraweb.ch/~compag/sds/tcustomirc.html
Added: 12-02-1998/23-02-1998   |  Version: 1.01   |  Downloads: 1239/1239/0
Author:SoftDS   Dominique Mikes   [Homepage]   [DSP files]

[ tfingerclient.zip ] [ 50,752 bytes ] [ Shareware ] [ No Source ]
[ D2 | D3 | D4 | D5 ]
This component is an easy Finger client. This means that it supports the Finger Internet Protocol, and lets you Finger any site. It uses non-blocking sockets, so your application won't be blocked during the operation. It is very easy to use: just call the functions FingerIt or DoFinger and that's all
Source code provided after registration
Added: 27-06-2000/15-10-2000   |  Version: 1.7   |  Downloads: 1377/1372/0
Author:Xavier Cirac   [Homepage]   [DSP files]

[ tftpclient.zip ] [ 197,157 bytes ] [ Shareware ] [ No Source ]
[ D2 | D3 | D4 | D5 | D6 | D7 | D8 | C1 ]
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. That's all. Methods: Create: Creates the component (Constructor) MKD: Make Directory (creates a directory in the server). PWD: Print Working Directory RMD: Remove Directory (deletes a server directory). CWD: Change working directory (like MSDOS/Unix cd) CDUP: Change the working directory to the parent of the current one. FTPConnect: Connects to the host specified in the Host property with the user and password specified in the User and Password properties. Open: Like FTPConnect but using parameters. LIST: Lists the contents of the current directory. It is like the MSDOS 'dir' or the Unix 'ls'. DeleteFile: Deletes a server file Quit: Closes the current session RenameFile: Changes the name of a server file Abort: Aborts the current transaction Cancel: Cancels the current operation even if the client is waiting for a server response. Put: Uploads a file to the server Get: Downloads a file from the server System: Retrieves server system properties NOOP: No Operation CustomCommand: Lets you define extra FTP functions. Properties: Information: This is the last information line (for exemple: server responses) WorkingDirectory: Current server working directory LastList: The contents of the last call to the LIST function (like MSDOS dir or UNIX ls). Waiting: Indicates if the client is waiting for the server response. SoundFile: File to use as sound for an error/connection notification. User: Login of the user. Password: Password of the user Host: Address of the host (FTP server) to connect. Port: FTP Port (standard:21) DataType: Type of the data to be transferred (ASCII, Binary or Auto) Name: Name of the component Events: OnError :Happens if an error occurs OnInformation: Happens every time that the client needs to show an information (for example: server responses, errors...) OnConnected: Happens when a session is established successfully OnConnectionClosed : Happens if the connection is closed OnFileGet: Happens when a file download is completed OnFilePut: Happens when a file upload is completted [more]
Full Source code included after registration
Added: 3-07-2000/23-08-2004   |  Version: 3.0   |  Downloads: 1913/1911/8
Author:Xavier Cirac   [Homepage]   [DSP files]

[ thttpsharefm.zip ] [ 31,092 bytes ] [ Shareware ] [ No Source ]
[ D3 | D5 | D6 ]
TxdsHTTPShareForm # component. TxdsHTTPShareForm turns your application into HTTP server. You can share your Form with TxdsHTTPShareForm or entire Desktop on the Net. You can use URL: http://Computer name or IP Adress running TxdsHTTPShareForm:Port_Adress_that_you_define to access your shared Form or Desktop. The browser passes user mouse clicks back to TxdsHTTPShareForm and TxdsHTTPShareForm simulates them on shared form or Desktop, and returns new updated image of the Form or Desktop. TxdsHTTPShareForm uses JPEG image compression.  [more]
Demo Projects included
Added: 3-03-2002   |  Version: 1.0   |  Downloads: 494/494/0
Author:Denys S. Khanzhyyev   [Homepage]   [DSP files]

[ TNapsterD3.zip ] [ 285,426 bytes ] [ Shareware ] [ No Source ]
[ D3 ]
TNapster is a peer to peer (P2P) filesharing component that implements fully the Napster protocol. It is easy to use and fast. You DON'T have to know socket, internet or Napster programming! Simply put TNapster on your project set some events call some functions and you've got your filesharing application, that is compatible with Napster. (for example WinMX uses the Napster protocol) Look at the demo application to see how easy it is! Some of the functions: Searching, sharing, file down- and uploading, firewalled down- and uploading, hotlist, chatting, usercontrol and many more! This is only the shareware version of TNapster. It works only when IDE is running. Please visit the homepage for more information or registration. http://delphi.pogorzelski.de
Added: 17-09-2002   |  Version: 1.0   |  Downloads: 271/271/0
Author:Kamil Pogorzelski   Kamil Pogorzelski   [Homepage]   [DSP files]
 
Compatible files:  [ D5 | D6 ]

[ tnb32703.zip ] [ 936,387 bytes ] [ Shareware ] [ No Source ]
[ D3 ]
This component is an implementation of the TN3270E protocol. It's not a termimal emulator but a powerful developer tool. It's specially designed to deal with the developer needs. Now you can get access to the mainframe from your delphi program without need of third party terminal emulators. Main features: * Telnet 3270 Extended support. * Multilingual support trought simple .ini like files. * Direct access to screen fields. * 13 properties and 7 events gives you full control over the TN3270E connection and system status. * Fully prepared for use of standard delphi controls. * Simple terminal emulator program is included.
Added: 27-06-1999/9-01-2000   |  Version: 1.00   |  Downloads: 1188/1042/2
Author:Gustavo Ricardi   Team Soft SRL   [Homepage]   [DSP files]

[ tnb52503.zip ] [ 1,026,449 bytes ] [ Shareware ] [ No Source ]
[ D3 ]
This component is an implementation of the TN5250 protocol. It's not a termimal emulator but a powerful developer tool. It's specially designed to deal with the developer needs. Now you can get access to the mainframe from your delphi program without need of third party terminal emulators. Main features: * Multilingual support trought simple .ini like files. * Direct access to screen fields. * 11 properties and 6 events gives you full control over the TN5250 connection and system status. * Fully prepared for use of standard delphi controls. * Simple terminal emulator program is included.
Added: 26-09-1999/9-01-2000   |  Version: 1.00   |  Downloads: 1036/1029/0
Author:Gustavo Ricardi   Team Soft SRL   [Homepage]   [DSP files]
 
Compatible files:  [ D4 | D5 ]

[ wbplus.zip ] [ 571,383 bytes ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 | C3 | C4 ]
"Web Broker Plus" is an extention to the Web Broker components of Delphi and C++Builder that will enable some of the essential features of CGI Expert that are not available in the Web Broker components: Support for FileUpload, Session variables, TextFilter Component with scripting language etc.
AdditionalNote
Added: 3-01-1999/9-01-2000   |  Version: 1.0.6   |  Downloads: 1593/1259/0
Author:Lars Akerman   Lars Akerman Software   [Homepage]   [DSP files]

[ WebTracker.zip ] [ 38,403 bytes ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 ]
WebTracker - Session and Security Management for Delphi ISAPI web sites. WebTracker brings together Session management and site security to the stateless world of HTTP. No Cookies or Hidden fields required. Unit for D3, D4 and D5 included. Source available for $49Cdn. View the Readme file for usage and the 2 demo applications.
Added: 26-06-2000/25-06-2000   |  Version: 1.0   |  Downloads: 1079/1079/0
Author:Dave Hackett   Dave Hackett | GreenLight Software   [DSP files]

[ winhttp.zip ] [ 901,023 bytes ] [ Shareware ] [ No Source ]
[ D2 | D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
The WinHTTP is easy to use WinInet-based HTTP client component which allows to post and get any data from the Web via HTTP protocol. With WinHTTP you can grab Web pages, download files and documents (or only their headers without the content), get results of the CGI programs (for example, results of web-based search engines / databases), or even upload files to the CGI programs. The WinHTTP can grab web contents both in binary and text formats, supports cache of Internet Explorer, can resume broken downloads, read data from password protected directories and supports basic proxy authentication scheme. Also it can be used in ActiveX forms, for example to build Web-based installations. [more]
Help-file included.
Added: 22-04-2003/20-12-2004   |  Version: 3.0   |  Downloads: 605/602/7
Author:Aleksey Kuznetsov   UtilMind Solutions   [Homepage]   [DSP files]

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.