-
-
Save hemanth22/6e844f9e8e84869c5133ccfe0515df9e to your computer and use it in GitHub Desktop.
Vagrant FTP #vagrant #ftp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vagrant's sftp to be available on port 2222. So, from Filezilla, I use: | |
host: 127.0.0.1 //or your projects IP | |
port: 2222 | |
protocol: sftp | |
logon type: normal (with the default user and password being "vagrant") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment