Method: Chef::Provider::RemoteFile::FTP#fetch

Defined in:
lib/chef/provider/remote_file/ftp.rb

#fetchObject



87
88
89
90
91
# File 'lib/chef/provider/remote_file/ftp.rb', line 87

def fetch
  with_connection do
    get
  end
end