Jos Huybrighs
Jos Huybrighs
**FTP OS:** Windows **FTP Server:** FileZilla Server **Computer OS:** Windows 11 **FluentFTP Version:** 35.0.5 I am getting an exception "Unable to build data connection: TLS session of data connection not...
**FTP OS:** Windows **FTP Server:** CompleteFTP **Computer OS:** Windows 10 **FluentFTP Version:** 35.0.2 I am using FluentFTP as a client in the next update of my SyncFolder sync/backup app (available...
**FTP OS:** Linux **FTP Server:** Synology **Computer OS:** Windows **FluentFTP Version:** 34.02 When using GetObjectInfo(pathName) with pathname set to "user\test" or "\user\test", where 'user' is at the root of the...
I am using filemanager in an ASP.NET MVC environment as follows: ``` "serverRoot": false, "fileRoot": "Archive", Interesting to know: The complete filemanager package is located in wwwroot/FMPackage. ``` With this...
When adding a folder the path to the new folder is not constructed correctly. The code that is currently in master (and also in 2.4.0, which I am using) is:...
I am setting up a desktop bridge project with a WPF desktop app that uses Xaml Islands and Background Tasks. When building in Release mode the ‘package’ project generates the...
First, this is an excellent plugin! I can recommend it to everyone. One issue however could potentially prevent someone of using it and that is missing support in the Android...
I am updating my app to use Microsoft.Graph v5.44.0. Apparently it doesn't seem to be possible to create an empty file on OneDrive. In v3.21.0 this works successfully as follows...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...
### Describe the bug I have a strange exception that some users have reported to occur when using FolderPicker as follows: ``` var folderPicker = new Windows.Storage.Pickers.FolderPicker(); WinRT.Interop.InitializeWithWindow.Initialize(folderPicker, MainWindow.sWindowHandle); folderPicker.SuggestedStartLocation...