Sha256: 7dbc8cd32e4a8cc8aa6df6dd42162e58da8a3b86d592bdc09443a180678012f6

Contents?: true

Size: 374 Bytes

Versions: 21

Compression:

Stored size: 374 Bytes

Contents

module URI

  class FILE < Generic
  end

  class S3 < Generic
  end

  class FTPS < Generic
    DEFAULT_PORT = 21
  end

  class FTPES < Generic
    DEFAULT_PORT = 21
  end

  class SFTP < Generic
    DEFAULT_PORT = 22
  end

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rest-ftp-daemon-1.1.1 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.1.0 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.15 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.14 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.13 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.12 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.11 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.10 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.9 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.8 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.7 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.6 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.5 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.4 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.3 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.2 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-1.0.1 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.502.2 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.502.1 lib/rest-ftp-daemon/uri.rb
rest-ftp-daemon-0.502.0 lib/rest-ftp-daemon/uri.rb