FTP & SFTP Strategy
Vagrant Push
FTP & SFTP Strategy
Vagrant Push FTP and SFTP strategy pushes the code in your Vagrant development environment to a remote FTP or SFTP server.
The Vagrant Push FTP And SFTP strategy supports the following configuration options:
-
host
- The address of the remote (S)FTP server. If the (S)FTP server is running on a non-standard port, you can specify the port after the address (host:port
). -
username
- The username to use for authentication with the (S)FTP server. -
password
- The password to use for authentication with the (S)FTP server. -
passive
- Use passive FTP (default is true). -
secure
- Use secure (SFTP) (default is fals