ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Go to file
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
.nuget http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages 2013-11-04 16:55:50 +02:00
Greenshot.ImageEditor Greenshot image editor 1.2 merged 2014-12-23 00:54:20 +02:00
InnoSetup Translation changes for about form 2014-12-31 12:07:19 +02:00
Lib Using System.Net.FtpClient library instead Starksoft.Net.Ftp library. 2014-05-24 23:43:58 +03:00
ShareX Translation changes for about form 2014-12-31 12:07:19 +02:00
ShareX.HelpersLib Fix issue #372 2015-01-01 18:44:18 -03:00
ShareX.HistoryLib Changing copyright icon 2014-12-31 11:41:32 +02:00
ShareX.ImageEffectsLib Workaround for DrawText background transparency issue 2014-12-31 15:32:48 +02:00
ShareX.IndexerLib Changing copyright icon 2014-12-31 11:41:32 +02:00
ShareX.ScreenCaptureLib Changing copyright icon 2014-12-31 11:41:32 +02:00
ShareX.Setup Changing copyright icon 2014-12-31 11:41:32 +02:00
ShareX.UploadersLib Fix issue #372 2015-01-01 18:44:18 -03:00
.gitignore Fix git ignore 2014-12-10 23:57:27 +02:00
CodeMaid.settings Version history updated 2014-06-09 02:06:49 +03:00
LICENSE.txt README and version history changes 2013-11-20 20:20:46 +02:00
README.md Update README.md 2014-09-10 03:22:03 +03:00
ShareX.sln Changed project namings (Example: HelpersLib -> ShareX.HelpersLib) 2014-12-10 22:11:55 +02:00
ShareX.sln.DotSettings Fix ReSharper stealing CodeMaid hotkey mapping 2014-12-28 07:46:43 +08:00