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

what is the difference between unix and linux...

7 Answers  


expalin the process of kickstart installation?

1 Answers   HCL, IBM,


How to build new filesystem ? and what is irig file system?

3 Answers  


1 which file contains information about os wether it's 32 bit or 64 bit os 2 difference between logical block and physical block?? 3 what is the size of logical block and physical block?? 4 daemon for nfs on client end as well as server end??? 5 how to confirm from client end about nfs server sharing?? 6 what contains information about file and directory creating time or modification time??

4 Answers   Oracle,


why /etc/shadow file do not have any permission ?

0 Answers   IBM,


In Linux(RHEL) server have two users with same name. one is local user and second one is NIS user. if you login the server which user will login (local or NIS)

1 Answers  


How to Trouble shoot performance issue in RHEL administration ? please give to one example

0 Answers  


How to give 2 different gateway IP addresses for 2 different interfaces in same system ?

5 Answers   Toyota,


What utility can you use to automate rotation of logs?

2 Answers  


How To Hide the FTP Version?

3 Answers   Wipro,


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

1 Answers   TCL,


will u plz send me the complete steps of installation of red hat linux on intel's core 2 duo processor?

1 Answers  


Categories