From 944853ab471a32df2d68a15a6174f61e583858a2 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sun, 4 Jan 2015 16:24:26 -0500 Subject: [PATCH] Use 21 for the default port --- plugins/pushes/ftp/adapter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pushes/ftp/adapter.rb b/plugins/pushes/ftp/adapter.rb index f370d411f..9b08a0146 100644 --- a/plugins/pushes/ftp/adapter.rb +++ b/plugins/pushes/ftp/adapter.rb @@ -50,7 +50,7 @@ module VagrantPlugins end def default_port - 20 + 21 end def connect(&block)