How to connect to my Root directory via FTP?
-
Hi guys,
I am new here and this is my first post. Laragon looks promising and I am looking forward to learning how to use it
Quick question.. How do I connect to my root directory via ftp?
What should I write in host, username, password, etc..?Currently I am using Sublime text 3 with SFTP plugin, and it won't connect if I supply localhost as a host and some random username. Sublime text won't let me try to save SFTP configuration without supplying some username.
Please support.
Thanks in advance!
-
@drichko: Laragon is not FTP server so you can not connect to localhost via FTP.
I wonder why do you want to do that?Note: if you insist, you can install FileZilla FTP Server:
https://filezilla-project.org/download.php?type=server
-
Thanks, Filezilla server has solved my issue.
I needed that because I am web developer and need to automatically upload & sync files on each file save.
-
As your code is local, I don't know why you must upload to your local server. However, glad to know it worked for you
@drichko said in How to connect to my Root directory via FTP?:Thanks, Filezilla server has solved my issue.
I needed that because I am web developer and need to automatically upload & sync files on each file save.