answersLogoWhite

0

What else can I help you with?

Related Questions

How do you put a file on a remote computer through command prompt?

ftp (file transfer protocol)


What program is used to download a file?

ftp connection software


How will you transfor data from system to mainframe program using ftp?

Transfer file from and to mainframe using FTP You can use FTP dos command to transfer files from and to mainframe Step1: Start --> Run --> Command Step2: Enter the following command FTP XX.XXX.XX.XXX Where XX.XXX.XX.XXX is the ip address of mainframe Step3: When you are prompted for user name and password, provide your mainframe id and mainframe password Step4: To download the file from mainframe to PC Get 'FIIE.ON.MAINFRAME' D:\MYFILES\TEST.TXT To Upload the file to mainframe from PC PUT D:\MYFILES\TEST.TXT 'FILE.ON.MAINFRAM'


Define FTP and what does it stand for?

FTP stands for File Transfer Protocol. FTP is used to create a file server known as an FTP server which is a location created on the web that allows banks of files to be hosted/made available for download. Many file sharing services are set up in this manner.


What opening tag creates a link to an ftp server?

You use the <a> (anchor) tag the same as if you were linking to another html file. Here is an example: <a href="ftp://ftp.mysite.com/pub/file">Download File</a>.


Compare between wwwtelnet and FTP?

Telnet is a network protocol used on the Internet or local area networks. Its concept was conceived in 1969 and is one of the first internet standards for communicating across computers. FTP - File Transfer Protocol is similar to Telnet but does not require is much knowledge of command line usage. FTP is used to create a file server known as an FTP server which is a location created on the web that allows banks of files to be hosted/made available for download. Many file sharing services are set up in this manner.


What is the differences between Telnet and FTP?

The Difference Between a File Server & an FTP ServerFunctiono File servers store data for an entire network, just as an individual computer's hard drive stores data for that individual computer. File Transfer Protocol (FTP) servers run an FTP application to exchange files over the Internet, which is the world's largest network.Similaritieso File serving and FTP serving are both networking methods that involve file transfer between computers. FTP servers need to work together with file servers in order to function. In a network using FTP, file servers store data while FTP servers transmit that data over the Internet, with both being necessary for file transfer to occur.Differenceso FTP servers download files from or upload files to file servers. FTP servers move files to and from file server locations. FTP servers require file servers, but file servers do not require FTP servers, since file servers also serve various intranet networks not connected to the Internet.http://www.ehow.com/facts_6885629_difference-file-server-ftp-server.html-RLSB


Why would you use http or FTP instead of bittorrent for downloading large file?

BitTorrent downloads proceed faster than FTP downloads. Ulike protocols such as FTP, BitTorrent groups multiple files into a single package--that is, a BitTorrent file.


24 What is the FTP command to close an FTP session?

BYE = Disconnect the FTP session


What is the Ftp command to close Ftp session?

bye or quit


What is the FTP command to close a FTP session?

by using BYE


What is Cute FTP?

Cute FTP is a FTP client (used to connect to a server). FTP is a point-to-point protocol used for file transfert (FTP meaning File Transfert Protocol).