Posted by Francewhoa on October 23, 2009 at 1:02am
Jump to:
| Project: | Media Mover |
| Version: | 6.x-1.0-beta4 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I have a few questions before contributing time to this module.
Is Media Mover 6.x able to move file to external server other than Amazon's S3 service? I searched the issue queue and found a comment that reads
FTP storage/complete functionality is now in CVS for D5 and D6.
Does this includes move a file to a standard external FTP server?
http://drupal.org/node/352696#comment-1212999
If yes to previous question is Media Mover 6.x able to bypass Drupal local storage when moving a file to standard external FTP server? This is for saving local bandwidth.
Thanks
Comments
#1
I would appreciate some clarity on this issue as well.
#2
Yes, Media Mover supports moving files to FTP servers. Note that this does *not* mean that Drupal will seamlessly function using FTP as your storage system. You will need to write some theming overides to use the media mover files instead of the local Drupal files. Unfortunately, this is a limitation with Drupal's file system pre Drupal 7.
#3
Thanks arthurf.
Could you or anybody give us some directions about theming overides? Like a link(s) to page with more information. Thanks.
#4
If you're not already familiar with Drupal's theming system you might want to start with a more simple system. You might want to read this post instead:
http://24b6.net/2009/10/04/simple-cdn-media-mover-and-s3
Note that is oriented toward non-user generated content. You might also want to look at the cdn module
#5
Automatically closed -- issue fixed for 2 weeks with no activity.
#6
Great. Thanks arthurf