Allen.Storage.FtpClient 1.0.0.2
Using Hangfire to Implement a Seamless Storage Plan. Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb).
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Allen.Storage.FtpClient</id>
<version>1.0.0.2</version>
<title>Storage Components of FtpClient</title>
<authors>Allen</authors>
<owners>Allen</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://www.r-pac.com/images/logo.jpg</iconUrl>
<description>Using Hangfire to Implement a Seamless Storage Plan.
Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb).</description>
<releaseNotes>Using Hangfire to Implement a Seamless Storage Plan.
Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb).
v1.0.0.1
Fixed recursive reference 's bug.
v1.0.0.2
Fixed recursive reference 's bug.</releaseNotes>
<copyright>Copyright © 2017-2019 Allen</copyright>
<tags>rpac Storage Hangfire FluentFTP SSH.NET</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Allen.Storage.Core" version="1.0.0.1" exclude="Build,Analyzers" />
<dependency id="FluentFTP" version="19.1.3" exclude="Build,Analyzers" />
<dependency id="SSH.NET" version="2016.1.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Allen.Storage.Core" version="1.0.0.1" exclude="Build,Analyzers" />
<dependency id="FluentFTP" version="19.1.3" exclude="Build,Analyzers" />
<dependency id="SSH.NET" version="2016.1.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>