Friday, May 31, 2019

Re: SFTP (Secure File Transfer Protocol )

Hi Vikash,

"Vkash Poudel" <bikashpoudel4@gmail.com> – 31. maj 2019 09:08
> I am planning to SFTP web server in Python and i am confused that where should
> i start with so
>
What you are planning doesn't make sense, so that's probably the reason why you have a hard time figuring out where to start ;-)

SFTP and a web server (HTTP) are both application layer protocols. It doesn't make much sense to build an SFTP server on top of HTTP.

I suggest reading up on the basics of the IP protocol. Wikipedia might be a good start:

https://en.wikipedia.org/wiki/Internet_protocol_suite

Hope that clears up some of the confusion.

Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20190531073148.Horde.Wl9W-3nyhwRvGbg_yB9Qx0F%40cloud.stacktrace.dk.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment