eavz
FTP/SFTP

FTP/SFTP

Connect to FTP, FTPS or SFTP servers

8 actions
1 trigger

Actions

Name
create_file

Create a new file in the given path

upload_file

Upload a file to the given path.

read_file_content

Read the content of a file.

deleteFile

Deletes a file at given path.

createFolder

Creates a folder at given path.

deleteFolder

Deletes an existing folder at given path.

listFolderContents

Lists the contents of a given folder.

renameFileOrFolder

Renames a file or folder at given path.

Triggers

Name
new_file

Trigger when a new file is created or modified.

Quick Start

TypeScript
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.