Software News Articles
Google

Sunday, September 05, 2010
Search Software News  
Latest News » All Software News » Robust and comprehensive Secure File Transfer component for .NET


Robust and comprehensive Secure File Transfer component for .NET
Ultimate FTP is a 100%-managed .NET class library that adds powerful and comprehensive Secure File Transfer capabilities to your .NET applications. In addition it allow you to download, upload by file name, URL, and wild card masks, etc.


WALNUT, CA, July 15, 2010 /24-7PressRelease/ -- The Ultimate FTP, FTP/SSL (FTPS) .NET Component offers a comprehensive interface for FTP, providing the developer with everything that he needs to incorporate secure file transfers in an application, as well as remote file management using FTP. In addition to downloading and uploading by file name, URL, and wild card masks, the FTP library also supports remote file management functionality such as directory listings and the ability to rename, delete and move files on the server. The component also offers the flexibility, ease of use and rapid development features of a component without the complexities of working with the native socket class or in-depth knowledge of how the File Transfer Protocols are implemented. In most cases, only a few lines of code are required to implement a file transfer in your application. The set of properties and methods is sufficiently rich to enable you to take advantage of features such as the resumption of interrupted transfers, passive mode operation in the presence of firewalls, automatic file verification and support for custom server commands.

We are proud to introduce the Unified Remote File System Architecture that is applied to our critical product lines: Ultimate FTP, Ultimate SFTP, and Ultimate ZIP components. The new architecture makes the management of local files, remote files, and files within archive seamless. As a benefit, you can directly and easily transfer and synchronize files between an FTP file system and other file systems such as SFTP, SCP, ZIP, Disk, Memory, etc. Furthermore, it helps you to reduce efforts for writting separate class for each protocol by using a single base file system class which is used for the SFTP, FTP, ZIP, and Local File Systems to transfer files in the same manner. There is no need to learn more about other protocols, our Ultimate Components do all the complicated works for you. For more information, please check out the Online Help.

The following is a list of some key features of the component:

* Upload, download, append, rename and delete FTP file
* Large file support (can be greater than 4GB)
* Parse listings automatically
* Supports both ASCII and binary transfers
* Supports restarting interrupted uploads and downloads
* Abort operations smoothly
* Synchronizes folders easily
* Upload, download, or Remove entire directory (including subdirectories and files) quickly with a single line of code
* Supports Multi-threading. You can use as many threads as you want to speed up transferring files
* Unified Remote File System Architecture which allows you to directly and easily transfer and synchronize files between an SFTP file system and other file systems such as FTP, SCP, ZIP, Disk, Memory, etc.
* File transfer monitoring support with progress event
* Fully supports both event-driven (asynchronous) and blocking (synchronous) application designs
* Send and receive files to or from disk or memory streams. This allows you to compress and decompress ZIP files on-the-fly
* Built-in Zlib streams
* Filter files on name with wildcards mask or regular expression, size, or last modified date
* Upload and download multiple files using wildcards mask with a single line of code
* Resume previously interrupted file
* Allows you to check the exact transferring state like uploading, downloading, etc.
* Compliant with RFC 959, RFC 1579 and many common extensions
* Progress event argument contains full information about the file transfer such as: File size, percentage, total percentage, start time, transfer speed, time left, etc.
* Compression support (MODE Z)
* Reusable block mode transfer support (MODE B)
* Raw FTP command and response support

* Security and Reliability

The Ultimate FTP component provides industry standard security using the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. Our components support strong, commercial grade encryption, and we do not rely on any third-party toolkits which have licensing restrictions or are encumbered by patents. By setting a single property or option, the component automatically handles all of the complex certificate management, protocol negotiation and encryption for you. Even advanced options, such as using client certificates, are handled easily with just a few lines of code.
Top

* Supports HTTP Connect, SOCKS4, SOCKS4A & SOCKS5 Proxy Servers

Ultimate FTP provides full support for Proxy Servers such as HTTP CONNECT, SOCKS4, SOCKS4A, and SOCKS5. By simply setting a few properties, you are able to scan email messages downloaded from FTP and POP3 servers through the desired proxy server, providing your application with the greatest flexibility and highest level of security available.
Top

* Support for IPv6, the next generation Internet protocol

IPv6 (Internet Protocol version 6), the next-generation protocol designed by the IETF (Internet Engineering Task Force), will gradually replace the current version of the Internet Protocol, IPv4.

With Ultimate FTP Component, users have an integrated service assurance solution that will provide them with FTP, and Proxy capabilities in mixed IPv4 and IPv6 environments. This helps organizations with the adoption of and the transition to IPv6 by making the management of such networks seamless.
Top

* .NET Technology

By using 100% managed code written in C#, the Ultimate FTP component takes advantage of the numerous built-in features of the .NET Framework to enhance performance, moreover, the component is CLS compliant, and it does not use any unsafe blocks for minimal permission requirements.
Top

* Supports many .NET Platforms

Ultimate FTP Component for .NET supports the following platforms:

* Windows Forms
* Web Forms
* Web Services

In addition, it is also possible to use the component in PowerShell - Microsoft's new command console and scripting language.

Ultimate FTP is fully compatible with Visual Studio 2005 and Visual Studio 2008, as well as upcomming release of Visual Studio 2010. As a benefit, you are always up-to-date with Microsoft's Technologies when using our products.
Top

* Supports event-driven (Asynchronous) and blocking (Synchronous) Design

Most applications written with the FTP component will be synchronous. Synchronous method gives you the ease-of-use, but it can only returns the control back to the caller after it has finished, meaning that it blocks the execution of the caller for a period of time. Using synchronous method is recommended when you only need to execute one FTP operation at a time.

You might decide that your design requires an asynchronous operation when it is needed to manage email messages simultaneously. Asynchronous methods provide a great deal of power. Asynchronous method is executed on a thread separate from the calling thread. Such operation is useful when an FTP operation is time consuming and other codes need to execute without waiting for the initial operation to complete. In addition, the user interface will be most responsive when asynchronous methods are used.
Top

* Flexibility

The FTP component has been designed with a great degree of flexibility and can be used with a wide variety of programming languages and different types of development environments. Available as a managed .NET class, it is fully supported by languages such as Visual Basic, Visual C#, J#, Managed C++, Borland C# Builder, and Delphi.
Top

* Fully Documented

As important as functionality, features and stability are, comprehensive documentation is equally as important to the application developer. This is why the ComponentSoft FTP for .NET product includes a Developer's Guide and a complete Technical Reference which documents every property, method and event supported by the component. A printable version of the documentation is included with the product, as well as context-sensitive online help which can be accessed directly from within the development environment.
Top

* Lots of complete FTP client samples in VB.NET, C#, and ASP.NET

In addition to the fully documented Developer's Guide and a complete Technical Reference, Ultimate FTP component also includes a number of samples with full source code which help you to become familiar with the features of the component and provide code which you can re-use in your own applications. The setup package contains three complete FTP client applications: FTP Console Client, FTP WinForms Client, and FTP AJAX WebForms Client.
Top

* Royalty-free

ComponentSoft understands today's software development requirements which often require support for multiple operating systems and different programming languages. As with all ComponentSoft components, the product is licensed to a single developer, and applications built using the FTP component can be redistributed to as many end-users as needed without additional royalties or runtime licensing fees. Developers are also permitted to install the product on different development systems as long as they are the only one using it and there is no chance that it can be used by more than one developer at the same time.

For more information, please checkout the following links:

Product page link: http://www.componentsoft.net/component/ftp.net/
Download link: http://www.componentsoft.net/Packages/ftp.exe

Product Documentation: http://www.componentsoft.net/doc/ftp/
Product Forums: http://www.componentsoft.net/forums/ftp/
Forums: http://www.componentsoft.net/
Other Resources: http://www.ftpcomponent.net/

ComponentSoft Forums: http://www.componentsoft.net/


ComponentSoft
20496 Pso Del Prado

91789 Walnut
USA

Website: http://www.componentsoft.net
E-Mail: info@componentsoft.net
Phone: +1 (917) 338 4679

Further Related Resources:


Press Release Contact Information:

ComponentSoft Company
ComponentSoft
Mr.
20496 Pso Del Prado
Walnut, CA
USA 91789
Voice: +1 (917) 338 4679
Fax: +1 (917) 338 4679
Website: Visit Our Website

Silver Prepaid MasterCard card
. . . . . . . . . . . . . . . . . . . . . . . . . .

Affordable & Effective Press Release Distribution