
For FTPS, you can use either your cPanel username, or the username for an FTP user you have created in cPanel (for example, ).Make sure you do not include your domain name. For SFTP, you must use your cPanel username.Domain name: Your web site's domain name.If you want to use a different FTP client, however, you will need the following information to connect to your account:

Once the file is successfully transferred, you should be able to see it in action.You do not have to use FileZilla. If you’re using a command-line FTP client, you can use the FTP PUT command.

If you’re using a graphical FTP client, you can usually drag and drop the file from one directory to the other. Transfer the file from your home directory to the server using normal FTP transfer conventions.Your FTP client should now connect to the server and enter the /opt/lampp/htdocs/ directory, which is the default Web server document root. System, use the network hostname or IP address of the XAMPP server.Įnter your Linux username and password as your FTP credentials. If you’re connecting to the server from the same system, use Start an FTP client like winSCP or FileZilla and enter connection details as below.You can now transfer files to the XAMPP server using the steps below: Ensure that proFTPD is running in the XAMPP control panel.Change the ownership and permissions of the htdocs/ subdirectory of the XAMPP installation directory (typically, /opt/lampp) so that it is writable by the the new ftp group.Add your account (in this example, susan) to the new group.This group will contain those user accounts allowed to upload files via FTP. Open a new Linux terminal and ensure you are logged in as root.Ĭreate a new group named ftp.


Make sure to start the service from XAMPP control panel -> manage servers.įurther complete instructions can be found at localhost XAMPP dashboard -> How-to guides -> Configure FTP Access. XAMPP for linux and mac comes with ProFTPD.
