Page 1 of 1

When Tc11 is released, next step should be a look at the SFTP plugin

Posted: 2023-06-29, 12:19 UTC
by JOUBE
When Tc11 is released and maybe tc11.01 has appeared, the next step should be a look at the SFTP plugin. I mention this so I'm not (again) late with the suggestions:

- Important: At server server copying, add a -p so that the attributes (especially the file date/time) are retained.
Suggestion: add parameter -p for server server copying


- Enable the display of user and group in the Tc SFTP panel in long mode (unlike the file date, it is not necessary to include a change option for user/group, this can be handled specifically via the tc command line per OS (example: chmod).
New SFTP plugin available now


- look at the problems mentioned in this thread.
SFTP Plugin: Ich habe 2 "Probleme"

Joube

Re: When Tc11 is released, next step should be a look at the SFTP plugin

Posted: 2023-07-13, 08:31 UTC
by JOUBE
Another topic SFTP:
Investigation of why aliases cannot be executed with the linux shells (e.g. bash) (example in the Tc command line: ls -l works, ll (alias for ls -l (entered in .bashrc) does not work, but of course it works in the linux terminal)
Another topic SFTP plugin

Re: When Tc11 is released, next step should be a look at the SFTP plugin

Posted: 2023-07-13, 09:01 UTC
by ghisler(Author)
SFTP is using a non-interactive shell (you can't type characters interactively). Aliases don't work in non-interactive shells, see e.g.
https://unix.stackexchange.com/questions/258219/how-to-define-alias-for-non-interactive-non-login-shell

Re: When Tc11 is released, next step should be a look at the SFTP plugin

Posted: 2023-07-13, 10:34 UTC
by JOUBE