get remote file content as an optional String
get remote file content as an optional String
file content to get
Some content or None if file was not found
get remote file content as an optional bytes array
get remote file content as an optional bytes array
file content to get
Some content or None if file was not found
upload a local input stream to a remote destination
upload a local input stream to a remote destination
the input stream from which we read data
amount of data to send (in bytes)
remote file name to use (just a filename, not a path, shouln't contain any path separator)
remote destination directory for our file
locale file md5sum
locale file md5sum
file name
md5sum as an optional String, or None if filename was not found
upload string content to a remote file, if file already exists, it is overwritten
upload string content to a remote file, if file already exists, it is overwritten
content to upload in the remote file
remote destination
upload bytes array content to a remote file, if file already exists, it is overwritten
upload bytes array content to a remote file, if file already exists, it is overwritten
content to upload in the remote file
remote destination
upload bytes coming from the input stream to a remote file, if file already exists, it is overwritten
upload bytes coming from the input stream to a remote file, if file already exists, it is overwritten
input stream
how much data to write to remote destination
remote destination
Copy a remote file to a local one
Copy a remote file to a local one
Source file name (on remote system)
Destination stream (local system)
Copy a remote file to a local one using the same filename
Copy a remote file to a local one using the same filename
file name
Copy a remote file to a local one
Copy a remote file to a local one
Source file name (on remote system)
Destination file name (local system)
Copy a remote file to a local one
Copy a remote file to a local one
Source file name (on remote system)
Destination file (local system)
Copy and compress (if required) a remote file to a local one
Copy and compress (if required) a remote file to a local one
Source file name (on remote system)
Destination directory
local file used
Copy and compress (if required) a remote file to a local one
Copy and compress (if required) a remote file to a local one
Source file name (on remote system)
Destination filename (without compressed extension)
local file used
lookup for remote files, for each found file send the content to an OutputStream created using the specified builder
lookup for remote files, for each found file send the content to an OutputStream created using the specified builder
file name or file mask
number of found files
Copy a local file to a remote one
Copy a local file to a remote one
Source file (local system)
Destination file name (on remote system)
Copy a local file to a remote one using the same name
Copy a local file to a remote one using the same name
file name
Copy a local file to a remote one
Copy a local file to a remote one
Source file name (local system)
Destination file name (on remote system)