Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Templeton <seantempleton@outlook.com>2019-02-17 18:52:15 +0300
committerSean Templeton <seantempleton@outlook.com>2019-03-04 06:43:13 +0300
commit662627a98a908a8f7f7ec3ad6db2d845728c69be (patch)
tree569c3e827a76743825a4a299c42526ef86cfa9ff /thirdparty
parent0c122ff5506ffa94a7cb72aa857d2a6a17899f89 (diff)
Update AlternativeFtp Backend for async Put
Removed System.Net.FtpClient and added the FluentFTP Nuget package which is the new name of System.Net.FtpClient.
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/FluentFTP/Homepage.txt1
-rw-r--r--thirdparty/FluentFTP/License.txt (renamed from thirdparty/System.Net.FtpClient/License.txt)4
-rw-r--r--thirdparty/FluentFTP/licensedata.json7
-rw-r--r--thirdparty/System.Net.FtpClient/Homepage.txt1
-rw-r--r--thirdparty/System.Net.FtpClient/System.Net.FtpClient.dllbin82432 -> 0 bytes
-rw-r--r--thirdparty/System.Net.FtpClient/licensedata.json7
6 files changed, 10 insertions, 10 deletions
diff --git a/thirdparty/FluentFTP/Homepage.txt b/thirdparty/FluentFTP/Homepage.txt
new file mode 100644
index 000000000..a4f6e5d3e
--- /dev/null
+++ b/thirdparty/FluentFTP/Homepage.txt
@@ -0,0 +1 @@
+https://github.com/robinrodricks/FluentFTP \ No newline at end of file
diff --git a/thirdparty/System.Net.FtpClient/License.txt b/thirdparty/FluentFTP/License.txt
index 524a3e771..3811cb56a 100644
--- a/thirdparty/System.Net.FtpClient/License.txt
+++ b/thirdparty/FluentFTP/License.txt
@@ -1,7 +1,7 @@
-Copyright (c) 2015 J.P. Trosclair
+Copyright (c) 2015 Robin Rodricks and FluentFTP Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file
diff --git a/thirdparty/FluentFTP/licensedata.json b/thirdparty/FluentFTP/licensedata.json
new file mode 100644
index 000000000..94195465b
--- /dev/null
+++ b/thirdparty/FluentFTP/licensedata.json
@@ -0,0 +1,7 @@
+{
+ "name": "FluentFTP",
+ "description": "An FTP and FTPS client for .NET & .NET Standard, optimized for speed.",
+ "link": "https://github.com/robinrodricks/FluentFTP",
+ "license": "MIT",
+ "notes": ""
+}
diff --git a/thirdparty/System.Net.FtpClient/Homepage.txt b/thirdparty/System.Net.FtpClient/Homepage.txt
deleted file mode 100644
index 91f956647..000000000
--- a/thirdparty/System.Net.FtpClient/Homepage.txt
+++ /dev/null
@@ -1 +0,0 @@
-https://netftp.codeplex.com \ No newline at end of file
diff --git a/thirdparty/System.Net.FtpClient/System.Net.FtpClient.dll b/thirdparty/System.Net.FtpClient/System.Net.FtpClient.dll
deleted file mode 100644
index 4b14fae2f..000000000
--- a/thirdparty/System.Net.FtpClient/System.Net.FtpClient.dll
+++ /dev/null
Binary files differ
diff --git a/thirdparty/System.Net.FtpClient/licensedata.json b/thirdparty/System.Net.FtpClient/licensedata.json
deleted file mode 100644
index 1ace0c429..000000000
--- a/thirdparty/System.Net.FtpClient/licensedata.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "System.Net.FtpClient",
- "description": "A .Net library for connecting with the FTP protocol",
- "link": "https://netftp.codeplex.com",
- "license": "MIT",
- "notes": ""
-}