Packages

package client

Package object for common methods to access client classes.

Since

0.1.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. client
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait BaseClient extends AnyRef

    Factory for remote file transfer client.

    Factory for remote file transfer client.

    The following classes extends this trait:

    Since

    0.1.0

  2. class SFTP extends BaseClient with Logging

    The SFTPClient class provides upload and download methods to transfer files to/from remote host via SFTP.

    The SFTPClient class provides upload and download methods to transfer files to/from remote host via SFTP.

    Since

    0.1.0

Value Members

  1. def fileTransferClient(options: FileTransferOptions): BaseClient

    Creates a client instance to the remote host for file transfer for the type of the Protocol value set in the options.

    Creates a client instance to the remote host for file transfer for the type of the Protocol value set in the options.

    options

    Options passed by the user on the DataFrameReader or DataFrameWriter API.

    returns

    A file transfer client instance.

    Since

    0.1.0

    See also

    SFTPClient

Inherited from AnyRef

Inherited from Any

Ungrouped