Trillo Workbench Python SDK
  • Introduction
    • Sample Example
  • BaseApi (Basic APIs)
  • LogApi (Logging APIs)
  • DSApi (Database APIs)
    • Overview
    • Retrieve APIs
    • Create and Update API
    • Delete APIs
    • Empty Table
    • Sample Functions Using API
  • FuncApi (Function APIs)
  • TaskApi (Task APIs)
  • CacheApi (Memory Cache APIs)
    • Delete APIs
    • Create and Update API
    • Retrieve APIs
  • StorageApi
  • CallLogger (Logging Level APIs)
  • CommandApi
  • OAuth1Api
  • Google Cloud APIs
    • BigQueryApi (BigQuery APIs)
    • GCSApi (Cloud Storage APIs)
    • GCPAuthApi
    • GCPRestApi
    • GCPTokenInfo
  • Metadata API (MetaApi)
    • Create and Update API
    • All Retrieve-Only
  • UMApi (User, Tenant, Roles APIs)
  • HttpApi (HTTP APIs)
  • SFTPApi
  • FileUtil
  • CSVApi
  • EmailApi (Email APIs)
  • DLPApi
  • DocApi
  • FolderApi
  • GCPGenApi
  • Util
Powered by GitBook
On this page
  • get
  • put
  • ls

SFTPApi

get

Description...

SFTPApi.get(server, userName, password, 
      remoteFile, localFile)    
or

SFTPApi.get(server, port, userName, password, 
      remoteFile, localFile)

Parameters

server (string)
userName (string)
password (string)
remoteFile (string)
localFile (string)
port (int)

Returns

Result

put

Description...

SFTPApi.put(server, userName, password, 
      remoteFile, localFile) 
or

SFTPApi.put(server, port, userName, password, 
      remoteFile, localFile)

Parameters

server (string)
userName (string)
password (string)
remoteFile (string)
localFile (string)
port (int)

Returns

Result

ls

Description...

SFTPApi.ls(server, userName, password, 
      remoteFolder) {  
or

SFTPApi.ls(server, port, userName, password, 
      remoteFolder)
or

SFTPApi.ls(server, userName, password, 
      remoteFolder, extensions)
or

SFTPApi.ls(server, port, userName, password, 
      remoteFolder, extensions)

Parameters

server (string)
userName (string)
password (string)
remoteFolder (string)
port (int)
extensions (string)

Returns

Result
PreviousHttpApi (HTTP APIs)NextFileUtil

Last updated 1 year ago