Actions
| Name | Description |
|---|---|
create_fileCreate a new file in the given path | Create a new file in the given path |
upload_fileUpload a file to the given path. | Upload a file to the given path. |
read_file_contentRead the content of a file. | Read the content of a file. |
deleteFileDeletes a file at given path. | Deletes a file at given path. |
createFolderCreates a folder at given path. | Creates a folder at given path. |
deleteFolderDeletes an existing folder at given path. | Deletes an existing folder at given path. |
listFolderContentsLists the contents of a given folder. | Lists the contents of a given folder. |
renameFileOrFolderRenames a file or folder at given path. | Renames a file or folder at given path. |
Triggers
| Name | Description |
|---|---|
new_fileTrigger when a new file is created or modified. | Trigger when a new file is created or modified. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'sftp',
actionName: 'create_file',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect FTP/SFTP to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does FTP/SFTP support?
FTP/SFTP supports 8 actions including Create File from Text, Upload File, Read File Content, Delete file, Create Folder, and more.
Can I use FTP/SFTP with AI agents?
Yes. Add FTP/SFTP to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does FTP/SFTP use?
FTP/SFTP uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the FTP/SFTP integration cost?
The FTP/SFTP integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does FTP/SFTP support?
FTP/SFTP supports 1 triggers including New File.
Connect FTP/SFTP in 2 minutes
Get 1,000 free actions every month. No credit card required.