Method: Chef::Provider::RemoteFile::FTP#pass

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

#passObject



69
70
71
72
73
74
75
# File 'lib/chef/provider/remote_file/ftp.rb', line 69

def pass
  if uri.userinfo
    CGI.unescape(uri.password)
  else
    nil
  end
end