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



How is the difference between ftp and sftp ? and explain how to create ftp server and sftp server ..

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

How is the difference between ftp and sftp ? and explain how to create ftp server and sftp server ..

Answer / bajira

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

Post New Answer

More Linux AllOther Interview Questions

i want some basic level enterview questions can any one can help me in this

1 Answers   TCL,


What is the difference between ext3 and ext4?

1 Answers   IBM,


How to trace any process background processing?

5 Answers  


Without Using $date -dyesterday. How I get the yesterday's date ?

3 Answers   DELL,


What are the differences between FTP , NFS , SAMBA servers explain separately.

0 Answers  


how u use the iptable firewall to restrict ssh,telnet,ftp

9 Answers  


How find out drivers of installed devices in linux (RHEL)?

2 Answers  


what is meant by mysql clustering

2 Answers  


You want to create a compressed backup of the users' home directories. What utility should you use?

5 Answers  


Hi all Could u plz tell me how I can get UNIX/Linux Certification

2 Answers   Accenture,


what is NIS Server...?

2 Answers   IBM,


How to load the old kernel without rebooting server

1 Answers  


Categories