InterviewSolution
Saved Bookmarks
| 1. |
What do you know about anonymous FTP (File Transfer Protocol)? |
|
Answer» Users can access public DATA through anonymous FTP. The server does not need the user to identify himself, and the login is anonymous. As a RESULT, while utilizing anonymous FTP, you must substitute 'anonymous' for the user id. Anonymous FTPs allow you to send large FILES to a large number of individuals WITHOUT having to give out a large number of password and username combinations. |
|