- Apr 24, 2018
-
-
rswindell authored
left-justified server prefix), e.g. "term" now added for terminal server errors.
-
- Apr 09, 2018
-
-
rswindell authored
you can't print and free it again after calling that macro.
-
- Apr 06, 2018
- Apr 05, 2018
- Apr 04, 2018
-
-
rswindell authored
-
- Mar 30, 2018
-
-
deuce authored
-
- Mar 23, 2018
-
-
rswindell authored
- lower log level (raise severity) of "Waiting for ..." msgs from Debug to Info - log a message when done waiting (for clients, threads, etc.) - only one #### log line per termination event
-
- Mar 17, 2018
-
-
deuce authored
-
- Mar 12, 2018
- Mar 10, 2018
- Mar 09, 2018
- Mar 08, 2018
-
-
deuce authored
-
deuce authored
(dirs and files). Include the unique fact in aliases as well. Clients can now tell that aliases are the same entry. For MLST <dir>, always return the full path of the dir instead of the specified or relative path. Likely some other minor fixes as well.
-
deuce authored
-
deuce authored
like symlinks... note that they aren't shown as symlinks in the directory output, so it may be a bit of a surprise when relative paths are relative to the target rather than the alias.
-
rswindell authored
-
- Mar 07, 2018
-
-
deuce authored
-
deuce authored
to handle this somehow (but currently doesn't). Also, remove some debug output.
-
deuce authored
Add the '..' parent directory to libs and dirs Fly the TVFS flag now that relative dirs are working
-
deuce authored
LIST should likely check the return value now...
-
deuce authored
Add support for OPTS MLST command. Fix MLST FEAT response.
-
deuce authored
in the other stuff too. The local mounts may not be at 100% either, but the appear to work.
-
- Mar 05, 2018
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
I wasn't expecting to do this, since SFTP is often viewed as "better", but SFTP doesn't have a specification, the implementations don't follow the specification drafts that are out there, and the whole sharing a port between file transfer and terminal server thing is irritating. This has only been tested with lftp, but it seems to work.
-
- Feb 20, 2018
-
-
rswindell authored
it's non-zero.
-
rswindell authored
HANDLE_PENDING() contains a return, so it's theoretically possible that the memory allocated by the previous JSVALUE/STRING_TO_... allocation could be leaked. So now we pass an optional pointer to HANDLE_PENDING() which will call free() on it if it's not NULL, and then sets it to NULL for good measure.
-
- Oct 12, 2017
-
-
rswindell authored
Lower likelihood that ftp_remove() will log a false error.
-
- Oct 11, 2017
-
-
rswindell authored
accepted (e.g. "EPSV 2"). For now at least, accept any arguments after EPSV (and treat them all the same).
-
- Oct 10, 2017
-
-
rswindell authored
-