huhu,
wenn ich mit dem mc eine shellverbindung aufbaue und daten kopiere, benutzt mc dann sftp, oder werden die daten unverschlüsselt gesendet??
danke pagaty
benutzt mc sftp???
benutzt mc sftp???
--
Kaum macht man es richtig - schon funktionierts
mv /var/log/smalltalk/* /dev/null
(smalltalk hat nichts mit gleichnamigem forum zu tun !!!!)
Kaum macht man es richtig - schon funktionierts
mv /var/log/smalltalk/* /dev/null
(smalltalk hat nichts mit gleichnamigem forum zu tun !!!!)
-
- Beiträge: 184
- Registriert: 08.12.2005 11:07:15
-
Kontaktdaten:
Wurde in der Mailingliste schon oft requested, letzter Status von 2004:
http://mail.gnome.org/archives/mc/2004- ... 00008.html
So wie das klingt wird es wohl nie kommen
http://mail.gnome.org/archives/mc/2004- ... 00008.html
So wie das klingt wird es wohl nie kommen
Ich nutze mc nicht wirklich, aber "man mc" liefert unter anderem:
In meinem Test wird eindeutig eine SSH-Verbindung aufgebaut (Logfiles und verbundener Port), die Datenübertragung funktioniert auch ohne Probleme. Es ist eigentlich undenkbar, dass die Daten unverschlüsselt übertragen werden, da nur SSH zur Kommunikation genutzt wird.FIle transfer over SHell filesystem
The fish file system is a network based file system that allows you to manipulate
the files in a remote machine as if they were local. To use this, the other side
has to either run fish server, or has to have bash-compatible shell.
To connect to a remote machine, you just need to chdir into a special directory
which name is in the following format:
/#sh:[user@]machine[:options]/[remote-dir]
The user, options and remote-dir elements are optional. If you specify the user
element, the Midnight Commander will try to login on the remote machine as that
user, otherwise it will use your login name.
The options are 'C' - use compression and 'rsh' use rsh instead of ssh. If the
remote-dir element is present, your current directory on the remote machine will
be set to this one.
Examples:
/#sh:onlyrsh.mx:r/linux/local
/#sh:joe@want.compression.edu:C/private
/#sh:joe@noncompressed.ssh.edu/private