Output to the UI when uploading via FTP

This commit is contained in:
Seth Vargo 2015-01-04 18:06:32 -05:00
parent 50c1c0756e
commit 6a3d99a9a2
1 changed files with 3 additions and 0 deletions

View File

@ -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}"