Skip to content

Instantly share code, notes, and snippets.

@miguelangelramirez
Last active October 9, 2018 06:55
Show Gist options
  • Save miguelangelramirez/e19207a1473fcdf949e39616e7061237 to your computer and use it in GitHub Desktop.
Save miguelangelramirez/e19207a1473fcdf949e39616e7061237 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