Generated from the same public contract that feeds the Monaco editor. Declaration-marked deprecated compatibility methods are intentionally excluded. Do not edit this page manually.
transport.sftpImport()
Streams a remote path into Storage, then finalizes it using storage.* namespace/ACL rules.
Uses transport Secret formats and optional host-key pinning.
Automatic execution.log: details.source identifies the call;
details.error carries code/retryable/resource/reference/statusCode.
runtimeError may expose the same failure/source metadata.
Signature
Example
transport.sftpExport()
Streams Storage to a remote path using storage.* namespace/ACL rules.
Automatic execution.log includes details.source, details.error and telemetry.transfer.
Signature
Example
transport.sftpCommands()
Runs allowed file commands in one leased SFTP session, without a remote shell.
Automatic execution.log identifies the call in details.source.
Inspect command errors even when batch HTTP succeeds.
Signature
No dedicated example is encoded in the current editor declaration. The signature is authoritative.

