Output to the UI when uploading via FTP
This commit is contained in:
parent
50c1c0756e
commit
6a3d99a9a2
|
@ -24,6 +24,9 @@ module VagrantPlugins
|
||||||
[file, destination]
|
[file, destination]
|
||||||
end]
|
end]
|
||||||
|
|
||||||
|
ftp = "#{config.username}@#{config.host}:#{config.destination}"
|
||||||
|
env.ui.info "Uploading #{env.root_path} to #{ftp}"
|
||||||
|
|
||||||
connect do |ftp|
|
connect do |ftp|
|
||||||
files.each do |local, remote|
|
files.each do |local, remote|
|
||||||
@logger.info "Uploading #{local} => #{remote}"
|
@logger.info "Uploading #{local} => #{remote}"
|
||||||
|
|
Loading…
Reference in New Issue