The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
40 views

List files from distant FTP Server

I'm brand new to the Drupal universe, and I'm stuck on something too big for me ^^ I need to create a View or a Content Type that will list files from a distant FTP Server and provide download link ...
2
votes
3answers
153 views

Upload gallery by ftp

Is there a module for drupal7 that can create galleries from ftp? basically I upload a bunch of folders containing images in them by ftp. I want drupal to auto populate from ftp to create galleries.
1
vote
1answer
57 views

Change Drupal URL

I use cpanel and ftp (filezila) I don't know much about drupal. I believe i am using v.6 I have an old website made in drupal: www.oldwebsite.com I don't want to delete my oldwebsite but change to ...
0
votes
1answer
81 views

Add a Folder to an ImageField

I'm currently trying to setup a picture gallery with Drupal 7. The Gallery Module is set up and works, but needs pictures added to an ImageField. Because i have thousands of pictures to add, i dont ...
1
vote
3answers
96 views

can't access www.livesite.com/admin

I have just transferred my local server to a live site. I am able to log in as an administrator, but I am not able to access my administrator tools. The page directs me to a blank page. Initially I ...
0
votes
2answers
414 views

Move file storage to another server

Consider this: I have one fast server with a Drupal installation but this server does not have access to a lot of disk space. I have another server that isn't quite as fast but does have access to ...
0
votes
1answer
125 views

Using ftp wrapper in file_copy

Can I use php ftp wrappers using file_copy or file_move. like this: file_copy($file, 'ftp://user:pass@site.com/file.flv', FILE_EXISTS_RENAME); Or is this limited to drupal default wrappers? And ...
0
votes
1answer
240 views

create ftp connection using drupal

I have made my own module, that has a form where the user can upload a file. Once the file has been collected, Drupal should open an FTP connection to a server and upload the file into it. I have ...
0
votes
1answer
1k views

Allowing file-transfer to use sftp or ssh?

I have my own dev-server that I installed with Ubuntu 11.04. When I set it up, I was fairly new to the whole "server thing", so I'm not sure that I set up everything 100% up to industry standards. ...