How is the difference between ftp and sftp ? and explain
how to create ftp server and sftp server with example ?
Answers were Sorted based on User's Feedback
Answer / reddy
ftp means file transfer protocol sftp means not a secure file transfer protocol we r using ssh for transfaring file is called sftp
in ftp we directly send data to other system .
in sftp we r using encrypted data
in ftp for send we r using 21 port
in sftp for send we r using 22 port
| Is This Answer Correct ? | 26 Yes | 4 No |
FTP file transfer happens via 2 channel. command channel and data channel. where command channel responsible for user,pass ,quit and it will be active still sessions active. Other process like data transfer and receive will happen via data channel. No encryption and it can be decoded and readable via global network.
In SFTP, it uses secure shell for this process and both command and data transfer happens on same encrypted cipher method. Due to this it is secure.
| Is This Answer Correct ? | 6 Yes | 0 No |
How to Create NIS Server And NIS Client? Explain With Example?
How to build new filesystem ? and what is irig file system?
What is the difference between an argument and an option/switch?
What is the difference between ext3 and ext4?
i want to install XP on RHEL5 with virtualization tell me step by step configuration
how can i create samba server in fedora 9.0 ? and domain/LDAP controller! clilent side is windows pc .?
how to install linux OS? pls send step by step
My root password has been changed, how can i enter into the system without root password?
someone already asked 'what is diff between unix & Linux' can I ask the same but more nuanced...I have 7 years app support of unix, have never seen Linux BUT need to bluff my way through in an interview i e say that I have use Linux. What are the most important things I need to know?
what is the difference between fork and thread ? and parent and child process in fork system call?
What is the minimum number of partitions you need to install Linux?
how do i check which package has installed some command suppose ls , mkdir or whatever ???