Changes

From SME Server
Jump to navigationJump to search
37 bytes added ,  19:27, 19 January 2009
m
→‎Nautilus: Changed user to root + comment.
Line 54: Line 54:  
This program is the standard graphical file manager in many Linux distributions and it supports several protocols, including FTP and SFTP.
 
This program is the standard graphical file manager in many Linux distributions and it supports several protocols, including FTP and SFTP.
   −
If you omit the [:port], it uses the default one and if your name resolution works you can replace [IP.of.your.server] with a hostname.
+
If you omit the [:port], it uses the default one. If your name resolution works you can replace [IP.of.your.server] with a hostname. [root] can be replaced with any valid username.
    
To connect to your server with SFTP (default port 22):  
 
To connect to your server with SFTP (default port 22):  
  sftp://username@IP.of.your.server:port/
+
  sftp://root@IP.of.your.server:port/
 
To connect to your server with FTP (default port 21):  
 
To connect to your server with FTP (default port 21):  
  ftp://username@IP.of.your.server:port/
+
  ftp://root@IP.of.your.server:port/
    
==FileZilla==
 
==FileZilla==
206

edits

Navigation menu