diff --git a/plugins/pushes/ftp/push.rb b/plugins/pushes/ftp/push.rb index 82c4da1e9..7a69c4f02 100644 --- a/plugins/pushes/ftp/push.rb +++ b/plugins/pushes/ftp/push.rb @@ -24,6 +24,9 @@ module VagrantPlugins [file, destination] end] + ftp = "#{config.username}@#{config.host}:#{config.destination}" + env.ui.info "Uploading #{env.root_path} to #{ftp}" + connect do |ftp| files.each do |local, remote| @logger.info "Uploading #{local} => #{remote}"