how to setup ftp
access through filezilla and I'm not sure if it worked or not I'm using vsftp and it is started butI don't know what I'm doing wrong does anyone have a guide or anything.
12 Replies
Just setup SSH, then use SCP to upload files.
I have FTP setup, but It has TLS/SSL setup (FSP over SSL) when it will not prompt you for login unless the connection is encrypted, but I alos have it running normally on localhost so I can FTP over SSH.
It all depends on your OS and the FTP server you are using. You also need to open a hole in your firewall. Post your OS and FTP server (Ubuntu/ProFTP for example). Also just google your FTP server to see how others set it up.
FTP/SCP = how to transfer files from your home computer to the server = use something like vsftpd (for FTP) or openssh (for SCP).
Virtual Hosting = how to make the files on your server visible through the web browser = use something like Apache.
FTP/SCP doesn't care about domain names. All it cares about is the IP address of the server. You can make vsftpd restrict users to their respective home directories (e.g. /home/username) by uncommenting the line that says "DefaultRoot ~" in the configuration file; but this still has nothing to do with domain names.
Do you have a web server (e.g. Apache) installed?
> This example shows how you might set up virtual hosts. Virtual hosting is where different clients access your machine on different IP addresses (virtual IPs) and get redirected to different ftp sites.
@Mmarzex:
I figured everything out except how to get phpmyadmin installed.
Well, you didn't really give any details about your system or your setup.
apt-get install phpmyadmin?
yum install phpmyadmin?
Go to phpmyadmin.net and download the tarball?
@Mmarzex:
phpmyadmin is not listed in yum.
So what operating system is it?
@CybrMatt:
So what operating system is it?
Centos methinks, from post the third
More rpm's here http://dag.wieers.com/rpm/packages/phpmyadmin