Question:
what is a FTP or a SFTP server?
bhairav_dragon
2006-04-10 04:09:39 UTC
What is an FTp or SFTP server, does blogger have one? Please help me out...
Five answers:
shyju_k2001
2006-04-10 04:12:27 UTC
Stands for "File Transfer Protocol." It is a common method of transferring files via the Internet from one computer to another. Some common FTP programs are "Fetch" for the Mac, and "WS_FTP" for Windows. However, you can also use a Web browser like Netscape or Internet Explorer to access FTP servers. To do this, you need to type the URL of the server into the location field of the browser. For example: "ftp://ftp.servername.com/" will give you a listing of all the directories of the FTP server, "ftp://ftp.servername.com/directory/" will give you a listing of all the files available in that directory, and "ftp://ftp.servername.com/directory/filename" will download the actual file to your computer. Many FTP servers are "anonymous FTP" servers which means you can log in with the user name "anonymous" and your e-mail address as the password. Other FTP servers require a specific login in order to access the files.
brianbondy101
2006-04-15 08:33:21 UTC
The File Transfer Protocol (FTP) protocol is a set of rules followed by a client and a server for the purpose of transferring files. The standards specification of the FTP protocol is defined in RFC 959.



An FTP server is an implementation of the server side of the FTP protocol. You can upload files to an FTP server, and you can download files from an FTP server. There are several users that can belong to the same FTP server. Some FTP servers are anonymous, and some require authentication.



The FTP protocol runs over one command port, and one data port. The command port, as its name implies, is for commanding what to do. For example move to this directory, give me a list of files/directories in that directory. Download this file. Upload that file.



The data port is for transferring files. FTP provides both a passive mode and an active mode. If you are using active FTP. Then your local computer will host the server for the data connection. If you are using passive FTP, then the server of the command side will also host the server of the data connection.



SFTP is FTP over SSH. It has nothing to do with the standard FTP protocol; however, it does provide much of the same functionality. You can transfer files to and from the SFTP server.



FTPS is yet another variation of FTP and it stands for File Transfer Protocol over SSL. This is the exact same protocol as FTP, but it is over SSL (SSL is a layer on top of TCP which provides encryption). There are 2 types of FTPS. Implicit and Explicit. In implicit FTPS, all communication starts by using SSL. In explicit FTPS, a command is made to the FTPS server using normal FTP over TCP to start using SSL. In FTPS you can also have CCC and CDC mode. This stands for Clear Command Channel (command channel is not encrypted) and Clear Data Dhannel (data channel is not encrypted).



If you have a server, you can buy an FTP/FTPS/SFTP server to host on your server. If you have hosting for your web page somewhere, they will typically allow you to use FTP to upload your files to that web server.



Several websites may have upload/download of files available, but it is not considered to be FTP/SFTP/FTPS.



Brian R. Bondy
ccchevydude
2006-04-10 04:15:40 UTC
FTP normally stands for File Transfer Protocol.



refer to here for info :



http://en.wikipedia.org/wiki/SFTP
khilling
2016-11-12 14:30:04 UTC
SFTP - take care of document move PROTOCOL. enables Encrypted connections. All counsel is transferred as encrypted records packets. FTP document move PROTOCOL. does not encrypted password or records in move. login and password despatched as sparkling textual content and in a position to be captured by community sniffer and seize. For information superhighway depending applications I stay away from FTP in desire of Secured loginid / password passing. SFTP calls for a shopper kit which incorporates Putty/SSH or F-take care of SSH to connect. F-take care of's product is value depending for commercial entities. Putty/SSH is freeware. i exploit F-take care of. yet I deal with and take care of many Unix servers.
anonymous
2006-04-10 04:11:37 UTC
File Transfer Protacal


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...