Hi Vkash,

On 30/05/2019 10.32, Vkash Poudel wrote:
How can I create the  SFTP (Secure File Transfer Protocol ) app in Django.I have been researching but couldnt find any documentation.Or may bi I am confused.HELP me out with this problem.I need a simple example of SFTP in django or If you can provide me some usefull links or examples.Please reply my mail.

If I understand correctly, you do seem to be a bit confused. May I ask what you are trying to achieve?

Django is a web framework meaning that it's using the HTTP protocol which is itself an application layer protocol. SFTP is another application layer protocol so you cannot really implement that in Django.

There is at least one implementation of SFTP in Python though:

https://www.paramiko.org/

But of course, that has absolutely nothing to do with Django.

So again, maybe start out by telling us what you really want to achieve?

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 [email protected].
To post to this group, send email to [email protected].
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/fae2ef93-105a-b060-4364-72bde5b64a15%40stacktrace.dk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to