package client
Package object for common methods to access client classes.
- Since
0.1.0
- Alphabetic
- By Inheritance
- client
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
BaseClient extends AnyRef
Factory for remote file transfer client.
- Since
0.1.0
-
class
SFTP extends BaseClient with Logging
The
SFTPClient
class providesupload
anddownload
methods to transfer files to/from remote host via SFTP.The
SFTPClient
class providesupload
anddownload
methods to transfer files to/from remote host via SFTP.- Since
0.1.0
Value Members
-
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
Documentation for Spark File Transfer
Notable classes include: