$83 GRAYBYTE WORDPRESS FILE MANAGER $69

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/ruby18/share/ri/1.8/system/Net/FTP/

HOME
Current File : /opt/alt/ruby18/share/ri/1.8/system/Net/FTP//cdesc-FTP.yaml
--- !ruby/object:RI::ClassDescription 
attributes: 
- !ruby/object:RI::Attribute 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: "When <tt>true</tt>, transfers are performed in binary mode. Default: <tt>true</tt>."
  name: binary
  rw: RW
- !ruby/object:RI::Attribute 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: "When <tt>true</tt>, all traffic to and from the server is written to +$stdout+. Default: <tt>false</tt>."
  name: debug_mode
  rw: RW
- !ruby/object:RI::Attribute 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: The server's last response.
  name: last_response
  rw: R
- !ruby/object:RI::Attribute 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: The server's last response code.
  name: last_response_code
  rw: R
- !ruby/object:RI::Attribute 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: "When <tt>true</tt>, the connection is in passive mode. Default: <tt>false</tt>."
  name: passive
  rw: RW
- !ruby/object:RI::Attribute 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: "Sets or retrieves the <tt>resume</tt> status, which decides whether incomplete transfers are resumed or restarted. Default: <tt>false</tt>."
  name: resume
  rw: RW
- !ruby/object:RI::Attribute 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: The server's welcome message.
  name: welcome
  rw: R
class_methods: 
- !ruby/object:RI::MethodSummary 
  name: new
- !ruby/object:RI::MethodSummary 
  name: open
comment: 
- !ruby/struct:SM::Flow::P 
  body: This class implements the File Transfer Protocol. If you have used a command-line FTP program, and are familiar with the commands, you will be able to use this class easily. Some extra features are included to take advantage of Ruby's style and strengths.
- !ruby/struct:SM::Flow::H 
  level: 2
  text: Example
- !ruby/struct:SM::Flow::VERB 
  body: "  require 'net/ftp'\n"
- !ruby/struct:SM::Flow::H 
  level: 3
  text: Example 1
- !ruby/struct:SM::Flow::VERB 
  body: "  ftp = Net::FTP.new('ftp.netlab.co.jp')\n  ftp.login\n  files = ftp.chdir('pub/lang/ruby/contrib')\n  files = ftp.list('n*')\n  ftp.getbinaryfile('nif.rb-0.91.gz', 'nif.gz', 1024)\n  ftp.close\n"
- !ruby/struct:SM::Flow::H 
  level: 3
  text: Example 2
- !ruby/struct:SM::Flow::VERB 
  body: "  Net::FTP.open('ftp.netlab.co.jp') do |ftp|\n    ftp.login\n    files = ftp.chdir('pub/lang/ruby/contrib')\n    files = ftp.list('n*')\n    ftp.getbinaryfile('nif.rb-0.91.gz', 'nif.gz', 1024)\n  end\n"
- !ruby/struct:SM::Flow::H 
  level: 2
  text: Major Methods
- !ruby/struct:SM::Flow::P 
  body: "The following are the methods most likely to be useful to users:"
- !ruby/object:SM::Flow::LIST 
  contents: 
  - !ruby/struct:SM::Flow::LI 
    label: "-"
    body: FTP.open
  - !ruby/struct:SM::Flow::LI 
    label: "-"
    body: "#getbinaryfile"
  - !ruby/struct:SM::Flow::LI 
    label: "-"
    body: "#gettextfile"
  - !ruby/struct:SM::Flow::LI 
    label: "-"
    body: "#putbinaryfile"
  - !ruby/struct:SM::Flow::LI 
    label: "-"
    body: "#puttextfile"
  - !ruby/struct:SM::Flow::LI 
    label: "-"
    body: "#chdir"
  - !ruby/struct:SM::Flow::LI 
    label: "-"
    body: "#nlst"
  - !ruby/struct:SM::Flow::LI 
    label: "-"
    body: "#size"
  - !ruby/struct:SM::Flow::LI 
    label: "-"
    body: "#rename"
  - !ruby/struct:SM::Flow::LI 
    label: "-"
    body: "#delete"
  type: :BULLET
constants: []

full_name: Net::FTP
includes: 
- !ruby/object:RI::IncludedModule 
  name: MonitorMixin
instance_methods: 
- !ruby/object:RI::MethodSummary 
  name: abort
- !ruby/object:RI::MethodSummary 
  name: acct
- !ruby/object:RI::MethodSummary 
  name: chdir
- !ruby/object:RI::MethodSummary 
  name: close
- !ruby/object:RI::MethodSummary 
  name: closed?
- !ruby/object:RI::MethodSummary 
  name: connect
- !ruby/object:RI::MethodSummary 
  name: delete
- !ruby/object:RI::MethodSummary 
  name: dir
- !ruby/object:RI::MethodSummary 
  name: get
- !ruby/object:RI::MethodSummary 
  name: getaddress
- !ruby/object:RI::MethodSummary 
  name: getbinaryfile
- !ruby/object:RI::MethodSummary 
  name: getdir
- !ruby/object:RI::MethodSummary 
  name: getline
- !ruby/object:RI::MethodSummary 
  name: getmultiline
- !ruby/object:RI::MethodSummary 
  name: getresp
- !ruby/object:RI::MethodSummary 
  name: gettextfile
- !ruby/object:RI::MethodSummary 
  name: help
- !ruby/object:RI::MethodSummary 
  name: list
- !ruby/object:RI::MethodSummary 
  name: login
- !ruby/object:RI::MethodSummary 
  name: ls
- !ruby/object:RI::MethodSummary 
  name: makepasv
- !ruby/object:RI::MethodSummary 
  name: makeport
- !ruby/object:RI::MethodSummary 
  name: mdtm
- !ruby/object:RI::MethodSummary 
  name: mkdir
- !ruby/object:RI::MethodSummary 
  name: mtime
- !ruby/object:RI::MethodSummary 
  name: nlst
- !ruby/object:RI::MethodSummary 
  name: noop
- !ruby/object:RI::MethodSummary 
  name: open_socket
- !ruby/object:RI::MethodSummary 
  name: parse227
- !ruby/object:RI::MethodSummary 
  name: parse228
- !ruby/object:RI::MethodSummary 
  name: parse229
- !ruby/object:RI::MethodSummary 
  name: parse257
- !ruby/object:RI::MethodSummary 
  name: put
- !ruby/object:RI::MethodSummary 
  name: putbinaryfile
- !ruby/object:RI::MethodSummary 
  name: putline
- !ruby/object:RI::MethodSummary 
  name: puttextfile
- !ruby/object:RI::MethodSummary 
  name: pwd
- !ruby/object:RI::MethodSummary 
  name: quit
- !ruby/object:RI::MethodSummary 
  name: rename
- !ruby/object:RI::MethodSummary 
  name: retrbinary
- !ruby/object:RI::MethodSummary 
  name: retrlines
- !ruby/object:RI::MethodSummary 
  name: return_code
- !ruby/object:RI::MethodSummary 
  name: return_code=
- !ruby/object:RI::MethodSummary 
  name: rmdir
- !ruby/object:RI::MethodSummary 
  name: sanitize
- !ruby/object:RI::MethodSummary 
  name: sendcmd
- !ruby/object:RI::MethodSummary 
  name: sendport
- !ruby/object:RI::MethodSummary 
  name: set_socket
- !ruby/object:RI::MethodSummary 
  name: site
- !ruby/object:RI::MethodSummary 
  name: size
- !ruby/object:RI::MethodSummary 
  name: status
- !ruby/object:RI::MethodSummary 
  name: storbinary
- !ruby/object:RI::MethodSummary 
  name: storlines
- !ruby/object:RI::MethodSummary 
  name: system
- !ruby/object:RI::MethodSummary 
  name: transfercmd
- !ruby/object:RI::MethodSummary 
  name: voidcmd
- !ruby/object:RI::MethodSummary 
  name: voidresp
name: FTP
superclass: Object


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 10.50 PM
root / linksafe
0755
abort-i.yaml
0.24 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
acct-i.yaml
0.244 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
cdesc-FTP.yaml
6.2 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chdir-i.yaml
0.235 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
close-i.yaml
0.301 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
closed%3f-i.yaml
0.252 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
connect-i.yaml
0.5 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
delete-i.yaml
0.236 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
dir-i.yaml
0.216 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
get-i.yaml
0.408 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
getaddress-i.yaml
0.173 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
getbinaryfile-i.yaml
0.478 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
getdir-i.yaml
0.216 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
getline-i.yaml
0.167 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
getmultiline-i.yaml
0.177 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
getresp-i.yaml
0.167 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
gettextfile-i.yaml
0.439 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
help-i.yaml
0.229 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
list-i.yaml
0.43 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
login-i.yaml
0.634 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ls-i.yaml
0.214 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
makepasv-i.yaml
0.169 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
makeport-i.yaml
0.169 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mdtm-i.yaml
0.246 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mkdir-i.yaml
0.231 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mtime-i.yaml
0.368 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
new-c.yaml
0.468 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
nlst-i.yaml
0.258 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
noop-i.yaml
0.218 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
open-c.yaml
0.487 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
open_socket-i.yaml
0.185 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
parse227-i.yaml
0.173 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
parse228-i.yaml
0.173 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
parse229-i.yaml
0.173 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
parse257-i.yaml
0.173 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
put-i.yaml
0.411 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
putbinaryfile-i.yaml
0.5 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
putline-i.yaml
0.171 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
puttextfile-i.yaml
0.485 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
pwd-i.yaml
0.271 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
quit-i.yaml
0.218 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rename-i.yaml
0.244 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
retrbinary-i.yaml
0.51 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
retrlines-i.yaml
0.482 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
return_code%3d-i.yaml
0.221 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
return_code-i.yaml
0.218 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rmdir-i.yaml
0.231 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
sanitize-i.yaml
0.17 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
sendcmd-i.yaml
0.245 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
sendport-i.yaml
0.179 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
set_socket-i.yaml
0.255 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
site-i.yaml
0.221 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
size-i.yaml
0.251 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
status-i.yaml
0.233 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
storbinary-i.yaml
0.547 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
storlines-i.yaml
0.491 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
system-i.yaml
0.227 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
transfercmd-i.yaml
0.196 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
voidcmd-i.yaml
0.261 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
voidresp-i.yaml
0.169 KB
26 Jul 2023 1.47 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF