# File lib/chef/provider/remote_file/ftp.rb, line 74 def directories parse_path if @directories.nil? @directories end
# File lib/chef/provider/remote_file/ftp.rb, line 85 def fetch with_connection do get end end
# File lib/chef/provider/remote_file/ftp.rb, line 79 def filename parse_path if @filename.nil? @filename end
# File lib/chef/provider/remote_file/ftp.rb, line 91 def ftp @ftp ||= Net::FTP.new end
# File lib/chef/provider/remote_file/ftp.rb, line 42 def hostname @uri.host end
# File lib/chef/provider/remote_file/ftp.rb, line 66 def pass if uri.userinfo URI.unescape(uri.password) else nil end end
# File lib/chef/provider/remote_file/ftp.rb, line 46 def port @uri.port end
# File lib/chef/provider/remote_file/ftp.rb, line 54 def typecode uri.typecode end
Generated with the Darkfish Rdoc Generator 2.