wodFTPServer ActiveX component

Secure (SSL, SSH) FTP server ActiveX, FTP server component


FTPServer ActiveX implements server side of most known file transfer protocols: FTP (insecure), FTP+SSL (both explicit and implicit), and SFTP (sftp subsystem of SSH2 protocol). It provides completelly transparent programming interface for all those protocols, with just one property change.
FTPServer is optimized for maximum performance in file transfers, no matter what protocol is selected. And using it is really easy - our samples will provide you with neccessary steps to create your FTP Server application in few minutes!

FTPServer image

Download

Try it out for 30 days

Get update

Already bought wodFTPServer? Get latest version here

Release notes

What's new or changed, latest version is 3.4.2

Sample code

Steps to use wodFTPServer

Discuss

View forum discussion

Online help

Browse detailed documentation


Pricing per developer

Single developer license
USD 239.00
Single developer license (includes full source code)
USD 399.00
Developer team 3+ (at least 3 licenses, 15% discount)
USD 609.45
License includes one year of free updates and unlimited lifetime technical support. Each developer must have his own design-time license.

General information

wodFTPServer is an ActiveX Component that implements server side of following protocols: FTP, FTP/S (FTPS or FTP+SSL) both in explicit and implicit modes, and SFTP (secure ftp subsystem on SSH2 secured channel). Support for all 3 protocol is transparent for your programming - you have same set of events, same set of properties and methods, same control over connected users - and just one property to change to switch from one protocol to another - Protocol property!

Unlike old FTP protocol support, FTPS and SFTP protocols provide security, privatekey/certificate authentication and strong encryption of data - great for insecure networks. wodFTPServer can be easily setup (using provided samples) to listen and accept such clients.


Features include

  • support for FTP, SFTP and FTPS protocols
  • support for certificate and privatekey authentications (required or optional)
  • set of events to control every aspect of client's connection - when he changes directory, lists directory contents, downloads file....
  • support for large files (larger than 4.2gb)
  • transparent interface - interface is the same for all supported protocols
  • debug log showing entered commands and replies sent to the user (in SFTP protocol wodFTPServer creates these messages for you!)
  • NT style authentication - you don't need to create accounts on your server at all, use users registered on your NT system
  • great speed
  • complete information on connected users - get their originating IP address, originating port, total connected time...
  • custom initial messages sent to the client - you can hide WeOnlyDo! origin completelly
  • control bandwidth usage for each user separately
  • easy interface - almost to say 'plug and play'


Shipped as COM and ActiveX

wodFTPServer is shipped in two variations - as COM object, and as an ActiveX control. Besides this, wodFTPServer package also includes wodKeys object for managing keys (great for SFTP protocol) and wodCertificate object for managing certificates and private keys (for FTPS protocol).

wodFTPServer will work with all environments that support COM objects and ActiveX controls - VB, VC, Delphi, and it will even work in .NET environments. IDE will generate appropriate wrappers for wodFTPServer in that case.


Licensing - royalty free

wodFTPServer purchase allows you to distribute your applications free of charge in unlimited copies (royalty free) under terms of our License Agreement. You can include binaries of wodFTPServer and accompanying objects (wodKeys and wodCertificate) in your distribution packages.


Additional notes

* wodKeys component is included in our setup package free of charge. It can be used for private key management - to Generate new keys, Load/Save the, obtain public keys etc.. Helpfile can be found here.

* In DEMO version you cannot change GreetingMessage property.