johnmckerrell / OpenStreetView

An open licensed repository of street level photography, with metadata.
http://www.openstreetview.org/
32 stars 16 forks source link

Files uploaded by FTP can have unwanted permissions #7

Open johnmckerrell opened 14 years ago

johnmckerrell commented 14 years ago

Sometimes files uploaded by FTP will not have the group write permission, this is required for them to be processed and moved. Looks like the chmod_enable setting should do the job.

johnmckerrell commented 14 years ago

Might be worth setting download_enable as well as people should only be using FTP for upload, this would stop people using it as a sharing mechanism.

alexandre-mbm commented 10 years ago

Where are the chmod_enable and download_enable settings? Are settings of the Ruby or or Apache or FTP server? Which is the FTP server software used?

johnmckerrell commented 10 years ago

They are settings of the FTP server, vsftpd

alexandre-mbm commented 10 years ago

Curiosity: is it a test machine yours?

johnmckerrell commented 10 years ago

I'm not sure what you mean.

On 7 Mar 2014, at 20:29, Alexandre Magno notifications@github.com wrote:

Curiosity: is it a test machine yours?

— Reply to this email directly or view it on GitHub.

alexandre-mbm commented 10 years ago

Sorry. I tried to ask you if the server is a small test that is administered by you, or if it is a server already prepared to receive many images.

johnmckerrell commented 10 years ago

openstreetview.org is a server operated by me that is used by OpenStreetView members to upload photos. So far they've uploaded over 90GB, mostly using FTP.

(The server it runs on also runs other services of mine)

On 7 Mar 2014, at 21:08, Alexandre Magno notifications@github.com wrote:

Sorry. I tried to ask you if the server is a small test that is administered by you, or if it is a server already prepared to receive many images.

— Reply to this email directly or view it on GitHub.