opalr (version 1.4.1)

opal.file_upload: Upload a file

Description

Upload a file into the Opal file system.

Usage

opal.file_upload(opal, source, destination)

Arguments

opal

Opal object.

source

Path to the file in the local file system.

destination

Path of the destination folder in the Opal file system.

See Also

Other file functions: opal.file_cp(), opal.file_download(), opal.file_ls(), opal.file_mkdir(), opal.file_mv(), opal.file_read(), opal.file_rm(), opal.file_write(), opal.file()