Skip to content

Instantly share code, notes, and snippets.

@hemanth22
Forked from miguelangelramirez/Vagrant, FTP
Created October 9, 2018 06:55
Show Gist options
  • Save hemanth22/6e844f9e8e84869c5133ccfe0515df9e to your computer and use it in GitHub Desktop.
Save hemanth22/6e844f9e8e84869c5133ccfe0515df9e to your computer and use it in GitHub Desktop.
Vagrant FTP #vagrant #ftp
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