Class: FTPTLS (Net)

Overview
Module Structure
Class Hierarchy
Instance Methods
FTPTLS#connect / 2
FTPTLS#login / 3
is a submodule of
module: Net   
inherits from
  FTP ( Net )
has properties
method: connect / 2   
method: login / 3   
is defined at
#31 in net/ftptls.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Net
class: FTP     
class: FTPTLS     

Class Hierarchy

Object ( Builtin-Module )
FTP ( Net )
includes
  MonitorMixin   
has properties
constant: FTP_PORT   
constant: CRLF   
constant: DEFAULT_BLOCKSIZE   
attribute: binary [RW]   
attribute: passive [RW]   
attribute: debug_mode [RW]   
attribute: resume [RW]   
attribute: welcome [R]   
attribute: last_response_code [R]   
alias: lastresp last_response_code   
attribute: last_response [R]   
class method: open / 4   
method: initialize / 4   
method: return_code   
method: return_code= / 1   
method: open_socket / 2   
method: connect / 2   
method: set_socket / 2   
method: sanitize / 1   
method: putline / 1   
method: getline   
method: getmultiline   
method: getresp   
method: voidresp   
method: sendcmd / 1   
method: voidcmd / 1   
method: sendport / 2   
method: makeport   
method: makepasv   
method: transfercmd / 2   
method: getaddress   
method: login / 3   
method: retrbinary / 3   
method: retrlines / 1   
method: storbinary / 5   
method: storlines / 3   
method: getbinaryfile / 2   
method: gettextfile / 2   
method: get / 2   
method: putbinaryfile / 2   
method: puttextfile / 2   
method: put / 2   
method: acct / 1   
method: nlst / 1   
method: list / 2   
alias: ls list   
alias: dir list   
method: rename / 2   
method: delete / 1   
method: chdir / 1   
method: size / 1   
constant: MDTM_REGEXP   
method: mtime / 2   
method: mkdir / 1   
method: rmdir / 1   
method: pwd   
alias: getdir pwd   
method: system   
method: abort   
method: status   
method: mdtm / 1   
method: help / 1   
method: quit   
method: noop   
method: site / 1   
method: close   
method: closed?   
method: parse227 / 1   
method: parse228 / 1   
method: parse229 / 1   
method: parse257 / 1   
FTPTLS ( Net )
has properties
method: connect / 2   
method: login / 3   

Instance Methods

FTPTLS#connect / 2

#32 in net/ftptls.rb

connect ( host ,
  port=FTP_PORT )

FTPTLS#login / 3

#37 in net/ftptls.rb

login ( user = "anonymous" ,
  passwd = nil ,
  acct = nil )