APIdock / Ruby
/
Browse About
method

parse_pasv_ipv4_host

v2_1_10 - Show latest stable - Class: Net::FTP
parse_pasv_ipv4_host(s)
private

No documentation available.

# File lib/net/ftp.rb, line 1004
    def parse_pasv_ipv4_host(s)
      return s.tr(",", ".")
    end

Related methods

  • Instance methods
  • abort
  • acct
  • binary=
  • chdir
  • close
  • closed?
  • connect
  • delete
  • dir
  • get
  • getbinaryfile
  • getdir
  • gettextfile
  • help
  • list
  • login
  • ls
  • mdtm
  • mkdir
  • mtime
  • nlst
  • noop
  • put
  • putbinaryfile
  • puttextfile
  • pwd
  • quit
  • read_timeout=
  • rename
  • retrbinary
  • retrlines
  • return_code
  • return_code=
  • rmdir
  • sendcmd
  • set_socket
  • site
  • size
  • status
  • storbinary
  • storlines
  • system
  • voidcmd
  • Class methods
  • new
  • open
  • Private methods
  • privategetline
  • privategetmultiline
  • privategetresp
  • privatemakepasv
  • privatemakeport
  • privateopen_socket
  • privateparse227
  • privateparse228
  • privateparse229
  • privateparse257
  • privateparse_pasv_ipv4_host
  • privateparse_pasv_ipv6_host
  • privateparse_pasv_port
  • privateputline
  • privatesanitize
  • privatesend_type_command
  • privatesendport
  • privatetransfercmd
  • privatevoidresp
  • privatewith_binary
APIdock API Documentation Browser

© 2026 APIdock