π
π
π
π
Shypyard Documentation
Searchβ¦
π
π
π
π
Shypyard Documentation
βWhat is Shypyard?
π
Need bespoke integration?
Resources
Getting started
Task library
Core concepts
Task triggers
Task code
Task runs
App
Platform services
Observability (logging)
Shypyard SDK
auths
Shypyard API
Email SMTP
Shopify
AWS
SFTP
Mongodb
API Clients
Integration to apps
List of supported integrations
Interacting with Shopify
Techniques
Limitations
Changelog
Privacy Policy
Powered By
GitBook
SFTP
libs.sftp.get().connect()
Requires the SFTP integration to be set up
Returns an instance of
ssh2-sftp-client
service instance.
1
// get connection
2
const
client
=
await
libs
.
sftp
.
get
().
connect
();
3
β
4
// list directory content
5
const
ls
=
await
client
.
list
(
'/some/remote/folder'
);
6
β
7
// to close connection
8
client
.
end
();
Copied!
Previous
AWS
Next
Mongodb
Last modified
1yr ago
Copy link