Someone please make a TC Remote Control plug-in
Moderators: Hacker, petermad, Stefan2, white
Someone please make a TC Remote Control plug-in
If must have wished a thousand times that I could use Total Commander to access files on a remote computer over my internet connection. It would make it much easier to solve other people's computer problems without having to create a VPN or install a full blown remote control application, and allow me to access my own computer when I'm traveling.
Basically, I'd like to be able to exchange files with the remote PC, and simply copy, move and delete files, change attributes, search the remote drives, etc. Some practical additional features could be:
- chat with the Total Commander user at the other side of the connection
- set per-user security settings (IP, user name and password, browse-only mode, full access mode, locally approve each action)
- choose whether local or remote TCOM settings apply (toolbar, tab settings etc).
- reboot the remote PC and automatically launch tcom and establish the connection again.
Hopefully one of you talented plug-in writers feels up to this task, if it is technically possible at all :)
Basically, I'd like to be able to exchange files with the remote PC, and simply copy, move and delete files, change attributes, search the remote drives, etc. Some practical additional features could be:
- chat with the Total Commander user at the other side of the connection
- set per-user security settings (IP, user name and password, browse-only mode, full access mode, locally approve each action)
- choose whether local or remote TCOM settings apply (toolbar, tab settings etc).
- reboot the remote PC and automatically launch tcom and establish the connection again.
Hopefully one of you talented plug-in writers feels up to this task, if it is technically possible at all :)
#5050 :: Everyone who believes in telekinesis, raise my hand!
Why not? Working with files (copying, moving etc.) can be done with one Delphi component I've seen. It makes an FTP server from the computer it is executed on. The good thing is, you don't even need to code much. That program won't be an FS-plugin, though. Somebody runs it and then you can use TC as an FTP browser. Chating and rebooting are easy to implemnt too. As for TCOM and the additional features 2 and 3... er, I don't realy understand what they mean (I don't know what TCOM is, either), but aren't they additional?I don't think it's technically possible with the current plugin interface.

Excuse me for my bad English, my native language is C++
TCOM is Total Commander.
Creating an FTP server can be accomplished by installing an FTP server but not by using TC.
Chatting and rebooting wouldn't be feasible to implement in TC, either.

Roman
Creating an FTP server can be accomplished by installing an FTP server but not by using TC.
Chatting and rebooting wouldn't be feasible to implement in TC, either.

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
It's just my humble opinion, but a lot of programs can be created as plugins for TC. Just instead of pressing buttons you execute files. It's kind of pholosophy: everything is a file system. 
2 krymson
Could you explain what "That would definately kick tremendous amounts of booty" means, please? I just want to improve my English.

2 krymson
Could you explain what "That would definately kick tremendous amounts of booty" means, please? I just want to improve my English.
Excuse me for my bad English, my native language is C++
booty = buttCould you explain what "That would definately kick tremendous amounts of booty" means, please? I just want to improve my English.
Whole sentence = That would kick a lot of ass => That would be really great.
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I will not add any server functionality to TC itself - many companies would dislike this, and not allow the usage of TC. Plugins may be a solution, but I think that a standalone server is a better solution.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
I agree completely with the plugin idea. We've yet to find an FTP server that is easy to install, and that works right off... At any rate, an FTP server won't grant you access to everything on the drive(s), just to the stuff in its <ftproot> or whatever...
I also agree with Ghisler, however
Building this into TC would be bad, it should be a plugin so that anyone can use it when needed. Preferrably something dead simple, so that one can send it to "Joe User" and just tell him/her to install it.....
Then as to whether the part that's installed at "Joe User"'s computer should be a plugin - no no.. A server is better for that, with a nice TC plugin to run it from the TC end.. Joe User probably don't even have TC installed in the first place
This should even be fairly easy to do.. Just take a regular FTP server thingy (component for Delphi, ActiveX or DLL otherwise) and couple that with a FS plugin
I also agree with Ghisler, however

Then as to whether the part that's installed at "Joe User"'s computer should be a plugin - no no.. A server is better for that, with a nice TC plugin to run it from the TC end.. Joe User probably don't even have TC installed in the first place

This should even be fairly easy to do.. Just take a regular FTP server thingy (component for Delphi, ActiveX or DLL otherwise) and couple that with a FS plugin

Best regards,
Christian Tiberg
Christian Tiberg
A little off-topic:
I were recently searching for a small ftp server (I like mini-software), and I've found two mini-ftp servers that I think could be interesting:
- SlimFTPd (21 Kb download).
- GammaFTPd (73 Kb download).
I like SlimFTPd a lot, as it has the ability to set your ftproot with folder of different drives.
I were recently searching for a small ftp server (I like mini-software), and I've found two mini-ftp servers that I think could be interesting:
- SlimFTPd (21 Kb download).
- GammaFTPd (73 Kb download).
I like SlimFTPd a lot, as it has the ability to set your ftproot with folder of different drives.