Hi Paul,

does all users have/need their own SFTP account on server?
If not, You can mount remote SFTP folder on web server and control access
to folders via django.

Cheers,
Adnan


On Wed, Jul 3, 2013 at 9:43 PM, Paul Hudson <phudson1...@gmail.com> wrote:

> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to