Advertisement
MorpheusArch

FTP & Apache HTML file

Nov 2nd, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.37 KB | None | 0 0
  1. <DOCTYPE HTML>
  2.  
  3. <h1>Welcome To The FTP Server</h1>
  4. <p>Please Use The Link Below To Begin The FTP Transaction</p>
  5. <a href="ftp://[IP_ADDRESS_OF_SERVER">Use the FTP Server</a>
  6. <h2>What is FTP?</h2>
  7. <p>The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files from one host to another host over a TCP-based network, such as the Internet.
  8.  
  9. FTP is built on a client-server architecture and uses separate control and data connections between the client and the server. FTP users may authenticate themselves using a clear-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS (FTPS). SSH File Transfer Protocol (SFTP) is sometimes also used instead, but is technologically different.
  10.  
  11. The first FTP client applications were command-line applications developed before operating systems had graphical user interfaces, and are still shipped with most Windows, Unix, and Linux operating systems. Many FTP clients and automation utilities have since been developed for desktops, servers, mobile devices, and hardware, and FTP has been incorporated into productivity applications, such as Web page editors.<p>
  12.  
  13. <h3>Powered By GNU+Linux Debian and vsftp</h3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement