What is FTP?
Answers were Sorted based on User's Feedback
Answer / tony.a
FTP is File Transfer Protocol
Used to transfer files from one computer to another.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / arun sarangi(syntel ltd)
Hi All,
ftp command is used in unix to transfering a file from one
server to anothe server,also windows to unix communication
ex
windows>start>run>cmd>goto the directory for saving your
unix file >ftp <server IP>
uid:
pwd:
get filename1
incase(windows-to-unix)
put filename1
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ajit kadam
FTP is file transfer protocal which is used to transfer
files from one server to another server.
Syntax is FTP : hostname then UserId : & Password :
then "ha" for hash mark,
"bi" for binary format (executables)
and "as" for asci format (txt).
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manas behera
FTP is file xfer protocol.
used to xfer data from one m/c to another m/c.
it uses port # 20 ,21 for it's use.
syntax--> ftp <ip address>
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / pradeep.k
FTP is a protocol, it is helpful to transfer only files from
one system to another system through network.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can u doing testing in Unix environment ?
What UNIX command will control the default file permissions when files are created?
What are the events done by the Kernel after a process is being swapped out from the main memory?
What is paging?
why do you need to have a swap file system?
What is mean by Mac os? Why it is named as like that? Which purprose it is using? Please answer me. Advance thanks.
What is major difference between the Historic Unix and the new BSD release of Unix System V in terms of Memory Management?
In Unix inter process communication take place using?
What does the ?route? command do?
in unix how to change old name to new name
What are the processes that are not bothered by the swapper? Give Reason.
What is the difference between grep & find?