Static
cachedUploads a generic folder and returns the helper used to do so. Uses the cached versions of everything. Only supported for git folders currently.
either a GlobusFolder, GitFolder, or LocalFolder
name of hpc to uplaod to
current user
Optional
connector: null | Connector = nullconnector to connect to HPC with, if needed
folder uploader object used to upload the folder, can check if upload was successful via {uploader}.isComplete
invalid file type/format
Static
uploadUploads a generic folder and returns the helper used to do so.
either a GlobusFolder, GitFolder, or LocalFolder
name of hpc to uplaod to
current user
Optional
jobId: string = ""job associated with the folder upload (optional)
Optional
connector: null | Connector = nullconnector to connect to HPC with, if needed
folder uploader object used to upload the folder, can check if upload was successful via {uploader}.isComplete
invalid file type/format
Generated using TypeDoc
Helper class/method for uploading a generic file, returning the proper folder uploader as required.
Export