Explain anonymous FTP and why would you use it ?


Anonymous FTP enables users to connect to a host without using a valid login and password. Usually, anonymous FTP uses a login called anonymous or guest, with the password usually requesting the user’s ID for tracking purposes only. Anonymous FTP is used to enable a large number of users to access files on the host without having to go to the trouble of setting up logins for them all. Anonymous FTP systems usually have strict controls over the areas an anonymous user can access.



Explore posts in the same categories: Computer Networks Interview Questions, Networking Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is anonymous FTP and why would you use it?
  • Anonymous FTP enables users to connect to a host without using a valid login and password. Usually, anonymous FTP...
  • What is anonymous FTP and why would you use it?
  • Anonymous FTP enables users to connect to a host without using a valid login and password. Usually, anonymous FTP uses...
  • What are inner class and anonymous class?
  • Inner class : classes defined in other classes, including those defined in methods are called inner classes. An inner class...
  • Can an anonymous class be declared as implementing an interface and extending a class?
  • An anonymous class may implement an interface or extend a superclass, but may not be declared to do both....
  • What are different types of inner classes?
  • Nested top-level classes, Member classes, Local classes, Anonymous classes Nested top-level classes- If you declare a class within a class and...
  • What are different types of inner classes?
  • Nested top-level classes, Member classes, Local classes, Anonymous classes Nested top-level classes- If you declare a class within a class and...
  • What is EXPLAIN?
  • EXPLAIN is used to display the access path as determined by the optimizer for a SQL statement.  It can be...
  • Explain the EXPLAIN statement ?
  • The explain statement provides information about the optimizer's choice of access path of the SQL....
  • How would you go about generating an EXPLAIN plan?
  • Create a plan table with utlxplan.sql. Use the explain plan set statement_id = ‘tst1′ into plan_table for a SQL statement....
  • How do you do the EXPLAIN of a dynamic SQL statement ?
  • There are two methods to achieve this: 1. Use SPUFI or QMF to EXPLAIN the dynamic SQL statement 2. Include EXPLAIN command...

    Comment:

    You must be logged in to post a comment.