From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/vagrant/push%2Fftp.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 devdocs/vagrant/push%2Fftp.html (limited to 'devdocs/vagrant/push%2Fftp.html') diff --git a/devdocs/vagrant/push%2Fftp.html b/devdocs/vagrant/push%2Fftp.html deleted file mode 100644 index 06db78b1..00000000 --- a/devdocs/vagrant/push%2Fftp.html +++ /dev/null @@ -1,22 +0,0 @@ -

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:

Usage

The Vagrant Push FTP and SFTP strategy is defined in the Vagrantfile using the ftp key:

config.push.define "ftp" do |push|
-  push.host = "ftp.company.com"
-  push.username = "username"
-  push.password = "password"
-end
-
-

And then push the application to the FTP or SFTP server:

$ vagrant push
-
-

- © 2010–2018 Mitchell Hashimoto
Licensed under the MPL 2.0 License.
- https://www.vagrantup.com/docs/push/ftp.html -

-
-- cgit v1.2.3