Commit graph

41 commits

Author SHA1 Message Date
Jaex 077e74a2d4 Update year 2024-01-03 02:57:14 +03:00
Jaex 1db78477c1 NuGet update 2023-02-14 06:23:34 +03:00
Jaex 94e45b5cb8 Update year 2023-01-09 23:31:02 +03:00
Jaex 309b77a650 NuGet update 2022-12-03 06:46:47 +03:00
Jaex cbb5b1dfa0 Rename FtpFileSystemObjectType to FtpObjectType 2022-08-25 08:54:09 +03:00
Jaex 16c1965856 Update FluentFTP 2022-06-08 16:37:13 +03:00
Jaex 11b0623377 Added SanitizePath method instead of SanitizeFolderPath and SanitizeFilePath 2022-05-23 10:59:23 +03:00
Jaex cf0336c0f4 Hide obsolete warnings 2022-02-15 11:16:20 +03:00
Jaex 82c300ef44 Rename function name 2022-02-07 18:06:15 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex 241619cc07 Rename variables 2021-12-12 00:21:19 +03:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
Jaex 803a4e567c Update year 2020-02-05 10:19:48 +03:00
Jaex 469fc29b87 Update year 2019-01-02 10:43:52 +03:00
Jaex c8550c3f2a fixed #3635: FTPS library was accepting SSL 3.0 and TLS 1.0 by default, now instead it will accept TLS 1.0, TLS 1.1 and TLS 1.2 2018-10-15 10:39:21 +03:00
Olle Kelderman 07e3bf3311 add call to GetReply after using OpenRead or OpenWrite according to FluentFTP documentation 2018-03-23 17:46:29 +01:00
Jaex b115cb8cd6 Removed System.Net.FtpClient instead using FluentFTP library 2018-03-01 00:22:51 +03:00
Jaex b463a16567 Update year 2018-01-01 17:59:14 +03:00
Jaex f538df8f58 fixed #2482: SFTP multi folder create was not working correctly with relative paths 2017-05-02 13:45:57 +03:00
Jaex e53275a3e9 URL related refactoring 2017-04-24 17:01:35 +03:00
Jaex 4d7006b359 Update year 2017-01-11 11:39:40 +03:00
Jaex 21fcf2d16d Use API v1 account info in Dropbox status label 2016-06-30 23:35:24 +03:00
Jaex f79bb6e375 Get uploader icon from its service 2016-06-27 20:20:55 +03:00
Jaex c84a3b4fe4 Added GetUploadersConfigTabPage function to all file uploader services 2016-05-01 11:09:11 +03:00
Jaex 08607ef649 Added IGenericUploaderService and GenericUploader which will be inherited by image, text, file services and uploaders 2016-04-04 12:53:11 +03:00
Jaex 82f5a69cc5 Mainly naming changes and other small service changes 2016-03-23 20:47:59 +02:00
Jaex e5d5c36015 Added TaskReferenceHelper parameter to create uploader methods 2016-03-23 01:56:39 +02:00
Jaex 1ea4dd1e67 Added thread unsafe temporary workaround for task reference issues 2016-03-23 00:36:41 +02:00
Jaex 8d4c0b9e0c Removed GetFTPIndex and GetLocalhostIndex from UploadersConfig 2016-03-22 20:05:59 +02:00
Jaex b4b7d3160c All file uploaders using FileUploaderService now 2016-03-22 19:24:41 +02:00
Jaex 40c95163ee Revert "Close FTP stream"
This reverts commit f41d36b264.
2016-03-20 18:38:52 +02:00
Brian f41d36b264 Close FTP stream
Explicitly close stream after transfer
2016-03-18 11:07:13 -04:00
Jaex 1d0842d031 Updated license year to 2016 2016-01-03 17:16:01 +02:00
Jaex da4d03a6d4 EarlyURLCopy FTP support 2015-12-09 20:38:57 +02:00
Jaex 251849aeda Copyright text update 2015-08-13 04:07:38 +03:00
Manuel Kroeber 0eb0cad50c Fix Issue ShareX/ShareX#802
Do not url-encode file names for (S)FTP upload
2015-07-19 17:09:52 +02:00
luis.gomez 17b8291113 Fix issue #372
Several changes were made to fix the encoding of ftp dirpaths and allow
uploads to folders with non-ascii characters:

-Fixed encoding of valid urls in ShareX.HelpersLib.NameParser.cs
-Fixed subfolder path generation and wrong url re-encoding in
FTPAccount.cs
-Fixed preview paths in FTP Destination settings (FTPAccount.cs)
-Fixed subfolder path generation in FTP.cs

This fixes issue #372, which was reproduced with the following account
config on a local ftp server (import from clipboard on destination
settings):

{
"Protocol": "FTP",
"Name": "New account",
"Host": "localhost",
"Port": 21,
"Username": "test",
"Password": "test",
"ServerProtocol": "ftp",
"SubFolderPath": "DEV/grhh本人%",
"BrowserProtocol": "http",
"HttpHomePath": "",
"HttpHomePathAutoAddSubFolderPath": true,
"HttpHomePathNoExtension": false,
"IsActive": false,
"FTPSEncryption": "Explicit",
"FTPSCertificateLocation": "",
"Passphrase": null,
"Keypath": null
}
2015-01-01 18:44:18 -03:00
Jaex e770e8600f Changing copyright icon 2014-12-31 11:41:32 +02:00
Jaex 9388ebb418 Updated year 2014-12-31 11:29:40 +02:00
Jaex d5b1d287fb Changed namespaces too 2014-12-10 22:25:20 +02:00
Jaex 5096a895f1 Changed project namings (Example: HelpersLib -> ShareX.HelpersLib) 2014-12-10 22:11:55 +02:00
Renamed from UploadersLib/FileUploaders/FTP.cs (Browse further)