Difference between revisions of "FTP client"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Popular FTP clients) |
Karl Jones (Talk | contribs) (→Popular FTP clients) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 14: | Line 14: | ||
Popular FTP clients include: | Popular FTP clients include: | ||
− | * [[Fetch]] | + | * [[Fetch (FTP client)|Fetch]] |
* [[FileZilla]] | * [[FileZilla]] | ||
* [[WinSCP]] - see https://winscp.net/eng/ | * [[WinSCP]] - see https://winscp.net/eng/ | ||
Line 30: | Line 30: | ||
== External links == | == External links == | ||
− | * [ File Transfer Protocol] @ Wikipedia | + | * [https://en.wikipedia.org/wiki/File_Transfer_Protocol File Transfer Protocol] @ Wikipedia |
+ | |||
+ | [[Category:Computer networks]] | ||
+ | [[Category:Computer programs]] | ||
+ | [[Category:Computer science]] | ||
+ | [[Category:File Transfer Protocol]] | ||
+ | [[Category:Web design]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 19:15, 20 August 2016
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
Popular FTP clients
Popular FTP clients include:
Some programs, for example Adobe Dreamweaver, have built-in FTP clients.
Some programs, for example Sublime Text Notepad++, support plugins which add FTP client functionality.
See also
External links
- File Transfer Protocol @ Wikipedia