Xavron

Results 124 comments of Xavron

winscp synchronize with -preservetime for instance uses MFMT. I've tested it using that. https://winscp.net/eng/docs/scriptcommand_synchronize Definitely some inability to do things here so implementing this would not turn out so good.

This may very well be the LIST issue I've just fixed. Was seeing something similar. 188 files and LIST time was causing the whole backup to reach 7 minutes while...

Will push the optimizations over what's looking like sometime next week. Still testing and not sure if Arrays.sort() was the whole picture there. Going to do more testing there. In...

Oh. To add a note here. The client should have a setting to adjust the timeout. For instance, FileZilla has a setting in its settings to adjust its timeout from...

Also expecting this to be mitigated with my upcoming update with newer storage code. (Currently only github project is updated and not fdroid or Play Store.) If the device doesn't...

Pull request created: https://github.com/ppareit/swiftp/pull/230 Build from source can use that pull request right now. Otherwise, need to wait for ppareit to accept it and then put out app builds with...

This should be closable today. Its possible ppareit changed something since this issue was created (I've not looked at changes made). However, the app stays running. Can drop wifi all...

Of note: https://github.com/ppareit/swiftp/pull/163 Edit... You can simply install the Tasker app (you'd have to buy it of course) and it can start any app on boot. You can test Tasker...

2. Clients tend to deal with that by dropping back to using the control connection IP. I've not seen any actual issue from returning the wrong IP for clients using...

Signed build only. Caused by proguard minify messing with the Cmd*** class constructors. To keep it enabled would need a choice below: 1. eg go into CmdUSER class and add...