Difference between revisions of "FTP client"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (etc) |
Karl Jones (Talk | contribs) (→Popular FTP clients) |
||
Line 16: | Line 16: | ||
* [[Fetch]] | * [[Fetch]] | ||
* [[FileZilla]] | * [[FileZilla]] | ||
+ | * [[WinSCP]] - see https://winscp.net/eng/ | ||
Some programs, for example [[Adobe Dreamweaver]], have built-in FTP clients. | Some programs, for example [[Adobe Dreamweaver]], have built-in FTP clients. |
Revision as of 06:13, 11 November 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
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