Difference between revisions of "FTP client"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(First)
 
(External links)
Line 18: Line 18:
 
== External links ==  
 
== External links ==  
  
* [ File Transfer Protocol] @ Wikipedia
+
* [https://en.wikipedia.org/wiki/File_Transfer_Protocol File Transfer Protocol] @ Wikipedia

Revision as of 07:08, 27 August 2015

An FTP client is a client program which makes requests to FTP servers.

FTP clients are widely used for uploading and download files over the Internet.

Types of request

  • Get files from server (download)
  • Send files to server (upload)
  • Delete files and folder from server
  • Create folders on server

See also

External links