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 find out drivers of installed devices in linux (RHEL)?
How do display error messages instantly when command fails?
What utility can you use to automate rotation of logs?
How can you see all mounted drives?
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 command can you use to review boot messages?
plz mention some interesting problems you faced and how you solved it?
Hi all Could u plz tell me how I can get UNIX/Linux Certification
What are main anti-spam features available in sendmail?
There are 4 network Interfaces, how can we find which one is Primary.
why /etc/shadow file do not have any permission ?
How to know what are the packages required for any service? Example: How to know what are the package required for send mail services. using any command it is passable are not?