LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   A FTP configuration question... (https://www.linuxquestions.org/questions/slackware-14/a-ftp-configuration-question-902586/)

Robert.Thompson 09-12-2011 09:30 AM

A FTP configuration question...
 
Hello:

The short of it:

How do I permit 'FTP access to my server'?

The long of it:

I get this error msg:
Quote:

'Updating modules and themes requires FTP access to your server.' when trying to do a Drupal 7.7 system update.
Does anyone know what I need to do, and more importantly, how?

NoStressHQ 09-12-2011 10:28 AM

Short answer:
* if it's a public server DON'T use ftp... Use sftp instead. It's through SSH so if you got ssh enabled (great chances it is), you can simply use Filezilla (Secure FTP).

But I guess that through drupal, you're going with some automatic feature... Better have a look to upload manually the plugin on your server and install it all by ssh (there should be a way).

If you REALLY want to go through ftp, have a look at /etc/inetd.conf and have a look at the ftp lines (I used vsftp)...

But nowadays, ftp are only useful for public (anonymous) access, while when you want upload and secure access, those should be done with (again :) ) ssh...

Sorry for the quick and dirty answer, I don't have much time right now, but I'm sure other people might explain you all in depth.

Cheers.

Garry.

Robert.Thompson 09-12-2011 10:35 AM

Quote:

Originally Posted by NoStressHQ (Post 4469751)
Short answer:
* if it's a public server DON'T use ftp... Use sftp instead. It's through SSH so if you got ssh enabled (great chances it is), you can simply use Filezilla (Secure FTP).

But I guess that through drupal, you're going with some automatic feature... Better have a look to upload manually the plugin on your server and install it all by ssh (there should be a way).

If you REALLY want to go through ftp, have a look at /etc/inetd.conf and have a look at the ftp lines (I used vsftp)...

But nowadays, ftp are only useful for public (anonymous) access, while when you want upload and secure access, those should be done with (again :) ) ssh...

Sorry for the quick and dirty answer, I don't have much time right now, but I'm sure other people might explain you all in depth.

Cheers.

Garry.

Thanks Garry! :)


All times are GMT -5. The time now is 11:57 AM.