Sha256: 9bfe9307ed09bd0d2d163b0424a10f65930d873b5eaed606a972a33e7cea6a0e

Contents?: true

Size: 281 Bytes

Versions: 43

Compression:

Stored size: 281 Bytes

Contents

module URI

  class FTPS < Generic
    DEFAULT_PORT = 21
  end

  class FTPES < Generic
    # DEFAULT_PORT = 990
    DEFAULT_PORT = 21
  end

  class SFTP < Generic
    DEFAULT_PORT = 22
  end

  @@schemes["FTPS"] = FTPS
  @@schemes["FTPES"] = FTPES
  @@schemes["SFTP"] = SFTP
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.400.0 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.306.4 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.306.3 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.306.1 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.306.0 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.305.0 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.304.0 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.302.3 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.302.2 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.302.1 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.302.0 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.300.3 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.300.2 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.300.1 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.250.5 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.250.4 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.250.3 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.250.0 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.247.1 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.247.0 lib/rest-ftp-daemon/uri.rb