Daniel Plasa
Daniel Plasa
OK, so I updated the code for the LIST command to behave like vsftp's LIST command output would look like. Now, curlftpfs (and other FuseFS clients) show proper directory contents...
However, any file operation still fails. touch'ing, cp'ing... just silently freezes until some timeout. Not fully understood, what is going on here. When connecting to a vsftpd FTP Server, a...
It seems that curlftpfs wants to open a second control connection for file operations like touch, cp, ... I did not find any command switch to control that behavior and...
I don't know their code structure and maybe it's a dumb idea... but maybe one could try to add an option to limit the number of concurrent connections. There is...
I need to think about that. At first, it sounds reasonable but then questions arise. FTP uses a control connection and for every transfer a separate data connection that needs...
I'm playing around with some thoughts... curious to know your 2ct ;-) #### General: *Should the limitation for 1 connection at a time be removed? This is what stops ``curlftpfs``...
Details can be found in https://tools.ietf.org/html/rfc959. Reading about STRU(cture) {File, Record, Page} and MODE {Stream, Block, Compressed} it feels to me like of a tale from old times when the...
Wow, that sounds really cool. Is there a cook-book or a howto or an example, which I could follow?
Hello David, I just tried to do so, but there is something missing. So I check out latest https://github.com/esp8266/Arduino and tried to compile as you have written but if fails...
> _**IMPORTANT**_: you must replace all your `%S` by `%s` (and you can leave them like that) (they are very harmful for linux's `printf`, and man page advise to not...