All posts tagged ftp
If when using ProFTPd you see this error: USER username (Login failed): Incorrect password And, the /var/log/secure log shows: proftpd: PAM unable to dlopen(/lib64/security/pam_stack.so): /lib64/security/pam_stack.so: cannot open shared object file: No such file or directory The solution is to replace the /etc/pam.d/proftpd file with the following:
|
#%PAM-1.0M-1.0 auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed auth required pam_shells.so auth include system-auth account include system-auth #session include system-auth session required pam_loginuid.so |
The first step is to install an FTP server. You can find how to do it here. Once the server is installed, you have to configure the users that will connect with FTP. To add a user with permissions for a specific domain, you have to set the vhost directory . . . Read more
We recommend our customers to use SCP/SFTP when they need to transfer files from/to their VPS accounts. But sometimes it is necessary to allow certain users to have FTP access. You need to install the FTP server. You can do this with the following commands: (instructions valid for Cent OS . . . Read more
Files starting with a dot in their name will not be listed in FTP. You can use the File Manager available in the control panel to create or modify .htaccess files. Otherwise check the preferences of your FTP client and enable listing or viewing hidden files.
Log into your control panel. Select the domain you wish the enable SSH for. Enable shell access for the domain by changing the option Shell access to server with FTP user’s credentials under Web Hosting Settings Use SSH port 22123 to connect using your preferred client We use a custom . . . Read more