by Fath Software - Product Type: Component / .NET Class
A complete FTP file transfer solution for your .NET applications. FathFTP.NET is a FTP-client .NET component for Windows developers. It provides your applications with the capability to access FTP servers on the Internet, download and upload files or even continue broken transfers. FathFTP.NET is a fully C# .NET component you can use in any .NET WinForms and/or WebForms application. ASP.NET samples with source code included.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 77.42 | 1 Developer License | Download (327 KB) | |
| Add to Cart | $ 54.19 | 2-5 Developer License - price per license | Download (327 KB) | |
| Add to Cart | $ 46.45 | 6-10 Developer License - price per license | Download (327 KB) | |
| Add to Cart | $ 38.71 | 11 and above Licenses - price per license | Download (327 KB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.
FathFTP.NET is a FTP client .NET component for Windows developers. It provides your applications with the capability to access FTP servers on the Internet, download and upload files or even continue broken transfers. FathFTP.NET can create/ delete directories on the FTP Server, change a file name, abort a current transfer, timout and many more features.
FathFTP.NET C# example:
'Download file
fftp.Connect(server,21,username,password);
fftp.Get("file.ext","c:\folder\file.ext",0)
fftp.Disconnect();