PowerTCP FTP for .NET v2.3/PowerTCP Secure FTP for .NET v2.3

ITPro Today

October 30, 2009

1 Min Read
ITPro Today logo in a gray background | ITPro Today

PowerTCP FTP for .NET v2.3/PowerTCP Secure FTP for .NET v2.3

The latest release of PowerTCP FTP for.NET and PowerTCP Secure FTP for .NET include routine maintenanceupdates, as well as the addition of three new properties: UseControlAddressForPassive,UseIpSync, and MaxTransferRate.

  UseControlAddressForPassive.Besides setting a record for our use of Hungarian notation, this propertyallows you to override the address returned from the server when the PASVcommand is sent.

   UseIpSync. The XP SP2firewall enhancement does not respond correctly to the IP/SYNC signal used foraborting a file transfer (neither do many servers). Through the use of thisproperty, your users can control the use of this feature when aborting a filetransfer.

   MaxTransferRate. BecauseFTP file transfers can be processor intensive, customers have asked us tothrottle the transfer speed. If the value of this property is below the actualtransfer rate, the worker thread will be put to sleep each second to slow theactual rate to match this value specified by this property.

 PowerTCP FTP for.NET adds file transfer capabilities to any .NET application. Using PowerTCPFTP for .NET, you can transfer files using wildcards or streams, or directlyaccess the data connection. Debugging has been extended beyond run-time testingto a new design-time Editor that lets you test file transfers withoutcompiling. Properties set in the Editor are recorded directly in your code, anda real-time feedback window gives you a detailed view of client-servercommunications.

 PowerTCP Secure FTPfor .NET adds secure file transfer capabilities using SSL encryption withcertificate authentication.

 

Dart Communications

Price: PowerTCPFTP for .NET, US$249; PowerTCP Secure FTP for .NET, US$349.

Web Site: http://www.dart.com

 

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like