Differences
This shows you the differences between the selected revisions of the page.
2009-03-01 | 2009-03-04 | ||
4.2 bug 36 ftps (martin) | 4.2 bug 36 port number (martin) | ||
Line 9: | Line 9: | ||
The //Username// box is where you type your account name on the server. If you do not fill the username and it needs to be known to complete authentication (most cases), you will be [[ui_authenticate#username|prompted for username]] then. Typical username for anonymous login with [[protocols#ftp|FTP protocol]] is ''anonymous''. | The //Username// box is where you type your account name on the server. If you do not fill the username and it needs to be known to complete authentication (most cases), you will be [[ui_authenticate#username|prompted for username]] then. Typical username for anonymous login with [[protocols#ftp|FTP protocol]] is ''anonymous''. | ||
- | The //Port number// box lets you specify which port number on the server to connect to. SSH protocol uses port number 22 by default. FTP protocol uses port number 21 by default. | + | The //Port number// box lets you specify which port number on the server to connect to. SSH protocol uses port number 22 by default. FTP protocol uses port number 21 by default. [[ftps|FTPS]] protocol with implicit encryption uses port number 990 by default. |
The //Password// box is for the password associated with the account. You are advised not to fill it in if you are going to save the session to [[ui_login_stored_sessions|stored session list]]. Also do not fill the password if you are going to use other [[ssh#authentication_in_ssh|authentication method]] (like public key). If you do not fill the password and other authentication methods fail (password has the lowest preference), you will be [[ui_authenticate#password|prompted for password]] then. Typical password for anonymous login with [[protocols#ftp|FTP protocol]] is your email address. Password storing can be [[administration|restricted by system administrator]]. | The //Password// box is for the password associated with the account. You are advised not to fill it in if you are going to save the session to [[ui_login_stored_sessions|stored session list]]. Also do not fill the password if you are going to use other [[ssh#authentication_in_ssh|authentication method]] (like public key). If you do not fill the password and other authentication methods fail (password has the lowest preference), you will be [[ui_authenticate#password|prompted for password]] then. Typical password for anonymous login with [[protocols#ftp|FTP protocol]] is your email address. Password storing can be [[administration|restricted by system administrator]]. |