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 |
what is RAID 1+0?
What is ant_build.sh? Have u seen that file?
What is default permissions for others in a file?
Explain the read, write, and execute permissions on a UNIX directory.
virtual terminal protocol is an example of which layer and works with which layer?
In Unix inter process communication take place using?
what is output mkvg pvname
What UNIX command will control the default file permissions when files are created?
What are different types of shells?
How will you run the script in UNIX?
What are Profilers?
If the terminal is not showing the login prompt,what's the 1st thing you should check?and how do you solve the problem?