Ftp.dll
2.0.21336.1213
.NET 5.0
.NET Standard 2.0
.NET Framework 2.0
Install-Package Ftp.dll -Version 2.0.21336.1213
dotnet add package Ftp.dll --version 2.0.21336.1213
<PackageReference Include="Ftp.dll" Version="2.0.21336.1213" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ftp.dll --version 2.0.21336.1213
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ftp.dll, 2.0.21336.1213"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ftp.dll as a Cake Addin
#addin nuget:?package=Ftp.dll&version=2.0.21336.1213
// Install Ftp.dll as a Cake Tool
#tool nuget:?package=Ftp.dll&version=2.0.21336.1213
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Upload file via FTP/FTPS
using(Ftp ftp = new Ftp())
{
ftp.Connect("ftp.server.com"); // or ConnectSSL for SSL/TLS
ftp.Login("user", "password");
ftp.ChangeFolder("uploads");
ftp.Upload("report.txt", @"c:\report.txt");
ftp.Close();
}
Download file via FTP/FTPS
using(Ftp ftp = new Ftp())
{
ftp.Connect("ftp.server.com"); // or ConnectSSL for SSL/TLS
ftp.Login("user", "password");
ftp.ChangeFolder("downloads");
ftp.Download("report.txt", @"c:\report.txt");
ftp.Close();
}
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.0
- System.Security.Cryptography.Algorithms (>= 4.3.1)
- System.Security.Cryptography.X509Certificates (>= 4.3.2)
- System.Security.Cryptography.Xml (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
-
net5.0
- System.Security.Cryptography.Algorithms (>= 4.3.1)
- System.Security.Cryptography.X509Certificates (>= 4.3.2)
- System.Security.Cryptography.Xml (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Ftp.dll:
Package | Downloads |
---|---|
Wing.CL
Wing常用类库 |
|
StealthFTPBackHandle
StealthFTPBackHandle |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.21336.1213 | 7,068 | 12/2/2021 |
2.0.21313.1247 | 478 | 11/9/2021 |
2.0.21231.1248 | 3,458 | 8/19/2021 |
2.0.20365.1313 | 14,936 | 12/30/2020 |
2.0.20356.1224 | 303 | 12/21/2020 |
2.0.20006.1858 | 23,883 | 1/6/2020 |