Philipp Crocoll
dbf10ba9fb
Improve error reporting: Extract original message when showing "Java exception messages" consistently. Improve error handling in deprecated OneDrive API stub and avoid crash by no-longer throwing in Main-thread methods.
2025-04-15 11:45:16 +02:00
Rick Brown
798f633af7
Merge branch 'master' into upgrade-fluentftp
2023-11-02 15:19:28 -04:00
Rick Brown
f5681c4e62
Integrate FTP debug logging into UI toggle
2023-11-02 15:11:54 -04:00
Rick Brown
c8abb4d76a
Update to latest FluentFTP version
2023-10-08 18:23:11 -04:00
Rick Brown
be2218afcc
Bugfix for issue #2423 - FTP contents invisible
...
Change working directory to target path and call GetListing on
current directory instead of calling GetListing on explicit path.
For some reason GetListing(path) does not always return the contents of
the directory. However, calling SetWorkingDirectory(path) followed by
GetListing(null, options) to list the contents of the working directory
does consistently work.
Similar behavior was confirmed using ncftp client. I suspect this is a
strange bug/nuance in the server's implementation of the LIST command?
2023-10-07 17:30:32 -04:00
Philipp Crocoll
b9a15471ef
copy FTP data to memory stream to avoid issues when client is closed before reading is complete, closes #1094
2020-03-09 11:58:19 +01:00
Philipp Crocoll
11727b80f2
simplify code for ftp transaction commit
2020-01-31 05:21:35 +01:00
Philipp Crocoll
69abcd0786
remove reference to old NetFtp, as this was exchanged for FluentFTP; fix issue with paths that need url encoding, closing #736 , closing #615
2019-12-16 12:09:41 +01:00
Philipp Crocoll
a2aa9d61a9
read the reply after writing the file as stated in the docs
2019-11-07 20:09:42 +01:00
Philipp Crocoll
799dc3a38f
switch to FluentFTP to close #825
2019-10-08 07:11:34 +02:00
Philipp Crocoll
99d0ecfd59
refactoring, use less UrlUtil and more IFileStorage
2019-10-01 20:04:03 +02:00
Philipp Crocoll
cdbb492f2c
implemented editing of connection settings for ftp/sftp/webdav, includes changing password. Closes #27
2018-04-06 06:06:03 +02:00
Philipp Crocoll
b993be4658
add some info texts, especialy for novice users to avoid some common misunderstandings. closes #46 , closes #47
2018-01-23 23:09:17 +01:00
Philipp Crocoll
dfbebd5d0d
1.01-g offline release
2017-03-22 07:22:47 +01:00
Philipp Crocoll
e96fc44cf3
fix encoding issue with FTP credentials
2017-01-31 11:11:17 +01:00
Philipp Crocoll
6ce4ceb91b
added legacy support for saved storage paths from WebDav/FTP
...
added changelog and version number for 1.01 preview-2 release
2016-11-28 20:43:39 +01:00
Philipp Crocoll
b8de15410d
fix bad choice of delimiting character in NetFtpFileStorage
2016-11-22 12:39:23 +01:00
Philipp Crocoll
113d693f7a
implement GUI for NetFtpStorage
...
store user/password for ftp connection in "path" string for compatiblity with file chooser
2016-11-18 03:25:15 +01:00
Philipp Crocoll
fe3da55e0d
reduce interface dependency of NetFtpFileStorage
2016-11-15 05:55:11 +01:00
Philipp Crocoll
53877a16a9
implement first version of NetFtpFileStorage
2016-11-14 12:31:16 +01:00
Philipp Crocoll
497be64633
add missing File NetFtpFileStorage.cs, added HttpClient based Http implementation
2016-03-02 05:29:42 +01:00