mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
Output to the UI when uploading via FTP
This commit is contained in:
parent
50c1c0756e
commit
6a3d99a9a2
1 changed files with 3 additions and 0 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue