Re: Advice on creating an SFTP frontend in Django

2020-07-24 Thread Vishnu Bhandari
Hi Paul, Please provide me your email ID? I want to ask something about Paramiko and SFTP frontend. On Thursday, July 4, 2013 at 1:13:27 AM UTC+5:30, Paul Hudson wrote: > > Hi, > > I have successfully used django-storages ( > http://django-storages.readthedocs.org/en/latest/index.html) and >

Re: Advice on creating an SFTP frontend in Django

2014-12-10 Thread Raj Kairam
Please stop sending these emails to my gmail account On Tue, Dec 9, 2014 at 1:07 PM, Андрей Максимов 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. > Unfor

Re: Advice on creating an SFTP frontend in Django

2014-12-09 Thread Андрей Максимов
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

Re: Advice on creating an SFTP frontend in Django

2013-07-03 Thread Adnan Sadzak
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 wrote: > Hi, > > I have successfully used django-storages ( > http://d

Advice on creating an SFTP frontend in Django

2013-07-03 Thread 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