configure FileZilla upload destination!!

52 views
Skip to first unread message

doniyor

unread,
May 14, 2012, 9:19:05 PM5/14/12
to django...@googlegroups.com
hi there, finally i got my djangoproject running on apache server after 3 days of thinking and googling.. i should say, linux folder hierarchie is sometimes not really intuitive to grasp.. 

my last problem though: i created a folder outside of the docroot and now all files are there. so good so far. but, when i try to upload some file thru filezilla, it says 550 could change to folder or something like this.. 

is it possible to confiure it so that i can directly upload the site and apache finds it? 

thanks

Nikolas Stevenson-Molnar

unread,
May 14, 2012, 9:30:10 PM5/14/12
to django...@googlegroups.com
You'll get used to the Linux folder structure ;)

As for your problem, it sounds like your FTP user doesn't have
filesystem permissions to the folder you're trying to upload to. I would
change either owner or group for the folder.

_Nik
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/uyCjvXLiZ8UJ.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.

doniyor

unread,
May 15, 2012, 2:00:02 AM5/15/12
to django...@googlegroups.com
Hi Nik, thanks for help, but look, is it possible to configure the httpd.conf or anything which is responsible for upcoming files so that all files which i upload thru filezilla comes directly to that new folder i created for my djangoproject code to live? or do i have to copy files everytime from the folder which gets the uploaded files thru filezilla to my django folder? 

thanks 

Timothy Makobu

unread,
May 15, 2012, 4:53:32 AM5/15/12
to django...@googlegroups.com
You would configure the FTP daemon to allow that, yes. I use rsync or scp and make sure the user I'm SSH-ing as has RW permissions on the desired folder.


To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/1ViET_nP-qgJ.

To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.

doniyor

unread,
May 15, 2012, 6:19:08 AM5/15/12
to django...@googlegroups.com
okay thanks, but what about just pulling from repo instead of using ftp ? is it also a solution for this? 
Reply all
Reply to author
Forward
0 new messages