Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Feb 2008 at 12:16 UTC
Updated:
16 May 2008 at 02:24 UTC
hi
i installed the module but when i try to configure repository with an external server location i.e. ftp://xxx:xxx@yyyy.com/files i get a message that the directory ftp://xxx:xxx@yyyy.com/files has been created but with another error message that it is not writable. and even if i give full permision (777) to the directory it gives the same error i.e. it is not writable. do you have any idea why such error is found.
Comments
Comment #1
Arto commentedWhile URL-backed repositories should in theory work, PHP's fopen() wrapper functionality isn't perfect or fully consistent, resulting in some file system functions such as is_writable() not working with some backends (such as indeed FTP).
I'll see what I can do to work around these limitations and allow FTP-backed repositories to be used.
Comment #2
rold commentedhttp://drupal.org/node/258828
Comment #3
drummThe Drupal files directory configuration does not support FTP. Adding this would make quite a bit of complexity.
I highly recommend solving this at the operating system level by mounting the remote drive. Then simply configure Drupal to use that directory.