Question:
what is ftp ,how to use it?
2011-10-19 09:29:00 UTC
what is ftp ,how to use it?
Seven answers:
?
2011-10-19 09:38:51 UTC
File Transfer Protocol.an early method of transferring files from a computer to another computer using internet.just open command line(cmd) and



To connect to a website type

ftp webstie

or use ip



ftp host_ip





then it asks you about username and password(most ftp servers also accept Anonymous as username and password)



after u connected to the ftp server then u can use the following codes to get what u want :)





?: to request help or information about the FTP commands





ascii: to set the mode of file transfer to ASCII

(this is the default and transmits seven bits per character)





binary: to set the mode of file transfer to binary

(the binary mode transmits all eight bits per byte and thus provides less chance of a transmission error and must be used to transmit files other than ASCII files)





bye: to exit the FTP environment (same as quit)





cd: to change directory on the remote machine





close: to terminate a connection with another computer

close brubeck closes the current FTP connection with brubeck,

but still leaves you within the FTP environment.





delete: to delete (remove) a file in the current remote directory (same as rm in UNIX)





get: to copy one file from the remote machine to the local machine





get ABC DEF copies file ABC in the current remote directory to (or on top of) a file named DEF in your current local directory.

get ABC copies file ABC in the current remote directory to (or on top of) a file with the same name, ABC, in your current local directory.

help: to request a list of all available FTP commands





lcd: to change directory on your local machine (same as UNIX cd)





ls: to list the names of the files in the current remote directory





mkdir: to make a new directory within the current remote directory





mget: to copy multiple files from the remote machine to the local machine;

you are prompted for a y/n answer before transferring each file

mget * copies all the files in the current remote directory to your current local directory, using the same filenames. Notice the use of the wild card character, *.





mput: to copy multiple files from the local machine to the remote machine;

you are prompted for a y/n answer before transferring each file

open to open a connection with another computer

open brubeck opens a new FTP connection with brubeck;

you must enter a username and password for a brubeck account

(unless it is to be an anonymous connection).

put: to copy one file from the local machine to the remote machine

pwd: to find out the pathname of the current directory on the remote machine

quit: to exit the FTP environment (same as bye)

rmdir: to to remove (delete) a directory in the current remote directory
2011-10-19 11:32:34 UTC
File Transfer Protocol (FTP) is a procedure used to upload and download files to and from your web server.



In order to use FTP, you'll need to download and install a software program on your computer. The most widely used FTP program is Smart FTP. You can find it here: http://www.smartftp.com
elna
2016-12-08 10:14:24 UTC
This many times happens as quickly as you will desire to many sockets open and your host has set a decrease back to one among those concurrent connections allowed. you are able to restart your FTP shopper to reset the connections and probable replace the settings to enable for shrink than 2 or 3 concurrent connections.
magic kid
2011-10-19 09:34:24 UTC
File transfer protocol?



this is used for file exchange ans storage



so this would be on the transport layer? maybe not sure amatuer it student..
?
2011-10-19 09:36:13 UTC
File Transfer Protocol, and you really shouldn't need to USE it but programs that you use might use it. it is something that you probably shouldn't ever have direct interaction with
?
2011-10-19 09:35:46 UTC
File transfer protocol..... It used to transfer text files.
Mukesh
2011-10-19 09:35:31 UTC
The best answer i could find was at

http://kb.iu.edu/data/aerg.html

http://en.wikipedia.org/wiki/File_Transfer_Protocol


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