LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can connect via SFTP but not FTP? (https://www.linuxquestions.org/questions/linux-newbie-8/can-connect-via-sftp-but-not-ftp-4175466227/)

idofxeno 06-16-2013 11:48 AM

Can connect via SFTP but not FTP?
 
Currently running Mint 14.
Changed/set up permissions using the following method:
Code:

sudo usermod -a -G www-data <some_user>
sudo chgrp -R www-data /var/www
sudo chmod -R g+w /var/www

sudo find /var/www -type d -exec chmod 2775 {} \;
sudo find /var/www -type f -exec chmod ug+rw {} \;

EDIT: Fixed. Config file was wonky.

eklavya 06-17-2013 05:35 AM

Are you using vsftpd?
What is the error you getting while connecting through ftp?
Is it 530:login incorrect or 500: not change the directory or anything else?
Please share complete information.


All times are GMT -5. The time now is 12:52 PM.