SaaSHub helps you find the best software and product alternatives Learn more →
FluentFTP Alternatives
Similar projects and alternatives to FluentFTP
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
(Really) Simple Service Discovery Protocol For .Net
Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.
-
-
DnsClient.NET
DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups
-
NModbus4
Discontinued NModbus4 is a C# implementation of the Modbus protocol. This project is archived in favor of https://github.com/NModbus/NModbus
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
FluentFTP discussion
FluentFTP reviews and mentions
- What are some good 3rd party FTP libraries?
-
How does one report progress back to client app thru api of file upload
I am using fluent ftp robinrodricks/FluentFTP which is a great library for downloading from ftp sites.
- Running batch file with ftp transfer file to mainframe in .net core
-
SFTP Client Wrapper implementing IDisposable
give FluentFTP a try, it's well documented and easy to use.
-
Issues FTP/PS
The PSFTP module is dependent upon System.Net.FtpWebRequest underneath. I believe this has some issues but, unfortunately, is also no longer under any development by MS. I believe they acknowledge there are known bugs for certain scenarios so it may not work but won’t be fixed. I believe that official recommendation is to look for a third-party alternative library! Consider https://github.com/robinrodricks/FluentFTP I believe that is a highly recommended library. Of course this is not a wrapped up PowerShell module like PSFTP, per se, but if you look in the Powershell folder of the git you will find example of usages. Also see here https://github.com/robinrodricks/FluentFTP/issues/434 the library can be used from PowerShell. Likely there are other alternatives too, but fundamentally you probably cannot use the native .Net Framework dependency. I believe newer .Net has superseded all this with entirely different API but that is likely not suitable for your current usage hence the third-party alternative as a recommendation.
-
Ftp Pause and Resume fluent ftp
Edit: looks like this is supported already https://github.com/robinrodricks/FluentFTP/wiki/File-Transfer so just kill the connection to pause presumably. Call UploadFile or DownLoadFile with existsMode set to append. This will automatically start where it left off.
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Sep 2024
Stats
robinrodricks/FluentFTP is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of FluentFTP is C#.