File Transfer Protocol
FTP or File Transfer Protocol is used to transfer data from one computer to another over the Internet, or through a network. Specifically, FTP is a commonly used protocol for exchanging files over any network that supports the
TCP/IP protocol (such as the
Internet or an
intranet). There are two
computers involved in an FTP transfer: a
server and a
client. The FTP server, running
FTP server software, listens on the network for connection requests from other computers. The client computer, running
FTP client software, initiates a connection to the server. Once connected, the client can do a number of file manipulation operations such as uploading files to the server, download files from the server, rename or delete files on the server and so on. Any
software company or individual programmer is able to create FTP server or client software because the protocol is an open standard. Virtually every computer platform supports the FTP protocol. This allows any computer connected to a TCP/IP based network to manipulate files on another computer on that network regardless of which
operating systems are involved (if the computers permit FTP access). There are many existing FTP client and server programs. FTP servers can be set up anywhere between game servers, voice servers, internet hosts, and other physical servers.
See more at Wikipedia.org...
File Transfer Protocol
Das File Transfer Protocol [] (
engl. für „Dateiübertragungsverfahren“, kurz FTP), ist ein im RFC 959 von 1985 spezifiziertes
Netzwerkprotokoll zur Dateiübertragung über
TCP/IP-Netzwerke. FTP ist in der Anwendungsschicht (Schicht 7) des
OSI-Schichtenmodells angesiedelt. Es wird benutzt, um Dateien vom
Server zum
Client (
Download), vom Client zum Server (
Upload) oder clientgesteuert zwischen zwei Servern zu übertragen. Außerdem können mit FTP
Verzeichnisse angelegt und ausgelesen, sowie Verzeichnisse und Dateien umbenannt oder gelöscht werden. Neben dem File Transfer Protocol (FTP) gibt es auch noch das IBM Transfer Protocol, welches die Verbindung von PC zu
Mainframe-Umgebungen ermöglicht.
Mehr unter Wikipedia.org...
FTP
FTP (ang. File Transfer Protocol) -
protokół typu
klient-serwer, który umożliwia przesyłanie
plików z i na
serwer poprzez sieć
TCP/IP. Protokół ten jest zdefiniowany przez
IETF w RFC 959.FTP jest protokołem 8-bitowym, dlatego nie wymaga specjalnego kodowania danych na postać 7-bitową, tak jak ma to miejsce w przypadku
poczty elektronicznej (patrz standardy
MIME,
base64,
quoted-printable,
uuencode).Do komunikacji wykorzystywane są dwa połączenia
TCP. Jedno z nich jest połączeniem kontrolnym za pomocą którego przesyłane są np. polecenia do serwera, drugie natomiast służy do transmisji danych m.in. plików. FTP działa w dwóch trybach: aktywnym i pasywnym, w zależności od tego, w jakim jest trybie, używa innych
portów do komunikacji.
W celu uzyskania więcej informacji, zobacz w Wikipedia.οrg...
© W niniejszym artykule wykorzystano materialy pochodzace z
Wikipedia® i posiada on Powszechna
Licencje Publiczna GNU
FTP
L'FTP, acronimo di File Transfer Protocol (protocollo di trasferimento file), è un protocollo per la trasmissione di dati tra
host basato su
TCP.FTP è uno dei primi protocolli definiti ed ha subito una lunga evoluzione negli anni. La prima specifica, sviluppata presso il
MIT, risale al 1971 (
RFC-114). L'attuale specifica fa riferimento all'
RFC-959.Gli obiettivi principali di FTP descritti nella sua RFC ufficiale sono:Promuovere la condivisione di file (programmi o dati)Incoraggiare l'uso indiretto o implicito di computer remoti.Risolvere in maniera trasparente incompatibilità tra differenti sistemi di stoccaggio file tra host.Trasferire dati in maniera affidabile ed efficiente.
Per saperne di più visita Wikipedia.org...
FTP (disambigua)
File Transfer Protocol
| File Transfer Protocol (FTP) is een
protocol dat uitwisseling van bestanden tussen computers vergemakkelijkt. Het standaardiseert een aantal handelingen die tussen
besturingssystemen vaak verschillen.Een
FTP-client start een connectie met een
FTP-server standaard via een verbinding met
TCP-poort 21.De huidige versie is gedefinieerd in
RFC-nummer 959 (RFC 959). Aanvullingen zijn te vinden in RFC 2228, RFC 2640 en RFC 2773.
Zie meer op Wikipedia.org...