ShareX/ShareX.UploadersLib/FileUploaders/FTP
Leo Lam 166e4bd126 Fix issue #436
```
return Uri.EscapeUriString(httpHomeUri.Uri.ToString());
```
This return statement was double encoding filename hence the extra
encoding on the "%" sign in the URL in clipboard.

filename is first encoded in this line:

```
httpHomeUri = new UriBuilder(URLHelpers.CombineURL(host, subFolderPath,
filename));
```
2015-01-12 01:48:24 -05:00
..
FTPAccount.cs Fix issue #436 2015-01-12 01:48:24 -05:00
FTPAdapter.cs Changing copyright icon 2014-12-31 11:41:32 +02:00