What is difference between MSRP(Message Session Relay Protocol) protocol and FTP protocol ( in terms of transferring files)
What is difference between MSRP(Message Session Relay Protocol) protocol and FTP protocol ( in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume you’re asking in terms of transferring files.
ftp, or File Transfer Protocol, is designed for transferring files from a dedicated server.
msrp, or Message Session Relay Protocol, is used for “transmitting a series of related instant messages”. This can be used to transfer files to another user.
The big difference I can see is that ftp requires a server, while msrp is user to user, or peer to peer.