ShareX/ShareX.HelpersLib/Helpers
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
..
CaptureHelpers.cs Changing copyright icon 2014-12-31 11:41:32 +02:00
ClipboardHelpers.cs Changing copyright icon 2014-12-31 11:41:32 +02:00
ColorHelpers.cs Changing copyright icon 2014-12-31 11:41:32 +02:00
Helpers.cs Fix issue #372 2015-01-01 18:44:18 -03:00
ImageHelpers.cs Changing copyright icon 2014-12-31 11:41:32 +02:00
MathHelpers.cs Changing copyright icon 2014-12-31 11:41:32 +02:00
RegistryHelpers.cs Changing copyright icon 2014-12-31 11:41:32 +02:00
ShortcutHelpers.cs Changing copyright icon 2014-12-31 11:41:32 +02:00
SSLBypassHelper.cs Changing copyright icon 2014-12-31 11:41:32 +02:00
URLHelpers.cs Changing copyright icon 2014-12-31 11:41:32 +02:00