New SFTP plugin available now
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 3
- Joined: 2010-07-08, 19:44 UTC
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Strange, do you get this with both SFTP and SCP transfer mode? SCP can be set in the options of the connection (Alt+Enter on connection name).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 3
- Joined: 2010-07-08, 19:44 UTC
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Thanks, I will check what the problem is with SSH tranfer mode.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 69
- Joined: 2008-09-08, 23:03 UTC
Great!
Best plugin ever! I've been spending days looking for a software to speedily browse my new unix media server, and transfer files from a folder to another without having to pass through the lan.
Then it came to mind: there must be something for TC. But this is better than my wildest dreams!
I just realized that I'm becoming geeker and geeker with age.
Then it came to mind: there must be something for TC. But this is better than my wildest dreams!
I just realized that I'm becoming geeker and geeker with age.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Because SFTP has nothing to do with FTP, except for the similar name - it's so different that it cannot be integrated into the FTP client, sorry.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
I would like to politely disagree. SFTP might be very different "under the hood" from a developper's point of view. But from the user perspective there is a LOT in common. In fact the whole GUI could be re-used (with very minor adaptions*) !! And that should be the decisive argument.
(*) maybe add "lock" symbols to SFTP connections
(*) maybe add "lock" symbols to SFTP connections
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
2chrizoo: SFTP is a function that is not needed by everyone.
This is the main reason why plugins are available !
If you have a single TC with all functions available all over the world, we got an EXE of lets say 10 GB size.
- this will not fit into a 32-bit OS
- this will slow down performance
I like a tiny, high performance and reliable TC with all the functionality fitting to my personal needs.
This is not what others may need ... but this is what makes TC that strong for me.
Everyone can build his own TC with all functionalities needed ... no less, no more !
This is the main reason why plugins are available !
If you have a single TC with all functions available all over the world, we got an EXE of lets say 10 GB size.
- this will not fit into a 32-bit OS
- this will slow down performance
I like a tiny, high performance and reliable TC with all the functionality fitting to my personal needs.
This is not what others may need ... but this is what makes TC that strong for me.
Everyone can build his own TC with all functionalities needed ... no less, no more !
#5767 Personal license
it's always a tradeoff. But I think what makes TC special is its fantastic feature set. There are a lot of tiny file managers around and if it were only for speed and size people could chose any of them, but the fact that you can literally do anything with TC makes people prefer it over any other any day.
great plugin !
it's possible to implemente in the "change attribues" dialog the optin to
- Change the "group" and "owner"
- [ ] Set group, owner an permission recursively (if selection is a DIR)
also it's possibile when edit/save a file on server the file is immediatley upload in the background whitout any confirmation ? (Like winscp)
it's possible to implemente in the "change attribues" dialog the optin to
- Change the "group" and "owner"
- [ ] Set group, owner an permission recursively (if selection is a DIR)
also it's possibile when edit/save a file on server the file is immediatley upload in the background whitout any confirmation ? (Like winscp)
Last edited by rei on 2010-09-23, 13:38 UTC, edited 1 time in total.
-
- Junior Member
- Posts: 79
- Joined: 2003-10-27, 16:49 UTC
- Contact:
-
- New Member
- Posts: 1
- Joined: 2010-09-24, 13:52 UTC
To be precise:ThiefMaster wrote:Usually you cannot chown() stuff unless you are root.
- Normal users who are not root are free to give away their own files and folders to other users. So they can chown() files and folders which are their property.
- root has got the right to give away anybody's files and folders to other users. So root can chown() files and folders no matter whose property they are.
-
- Junior Member
- Posts: 79
- Joined: 2003-10-27, 16:49 UTC
- Contact:
The first is not true on linux:
Only a privileged process (Linux: one with the CAP_CHOWN capability) may change the owner of a file. The owner of a file may change the group of the file to any group of which that owner is a member. A privileged process (Linux: with CAP_CHOWN) may change the group arbitrarily.
Only a privileged process (Linux: one with the CAP_CHOWN capability) may change the owner of a file. The owner of a file may change the group of the file to any group of which that owner is a member. A privileged process (Linux: with CAP_CHOWN) may change the group arbitrarily.