Please stop sending these emails to my gmail account On Tue, Dec 9, 2014 at 1:07 PM, Андрей Максимов <[email protected]> wrote:
> Hi Paul. > I hope you moved to your final goal. Now before me there is the same > objective is to make a simple Client Area that allows the downloading of > files hosted on SFTP. > Unfortunately I can not help you with your questions but I hope if you are > advanced > with this issue, you will be able to tell a little detail as you have > implemented it. > T > hanks in advance. > > среда, 3 июля 2013 г., 23:43:27 UTC+4 пользователь Paul Hudson написал: >> >> Hi, >> >> I have successfully used django-storages (http://django-storages. >> readthedocs.org/en/latest/index.html) and paramiko directly to log into >> an SFTP server and list a directory. My end goal is to make a simple >> Client Area that allows the downloading of files hosted on SFTP. I am open >> to any advice. But here are a few specific questions: >> >> >> 1. How should I handle authentication? Use django's built in >> authentication and pass the usr/pwd onto the SFTP? (is that possible in a >> secure way?) Authenticate directly against SFTP server in a secure way? >> 2. Are files going to be transferred twice? Once from SFTP to temp >> area on Django server. And then downloaded via client's web browser... >> Am >> I just better off hosting the files on the web server to begin with? (The >> files need to be available on SFTP and via web browser. Maybe instead of >> direct access to SFTP via Django, I should focus on a simple way to post >> the original files to both places???) >> 3. Are they any Django Projects/Plugins/Components for File >> Explorer/FTP Client type GUIs that you would recommend using or >> referencing? >> >> >> >> Thanks for any and all input! >> -Paul >> > -- > 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 http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/959743f9-8a4a-4ea4-b546-cc4ecc440546%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/959743f9-8a4a-4ea4-b546-cc4ecc440546%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAKQv5yeV-iyXLfZpLsjTUoG6tk-9Ko85rbqDKJqMs-jqmZsySQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

