Wróć do FTP / SFTP
Połącz Knoon AI z FTP / SFTP, aby zautomatyzować przepływy pracy AI.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
BETA
Wewnętrzny
Uprawnienia
Brak elementów do wyświetlenia.
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Tak |
| content | mustache | Text content to upload. | Tak |
| encoding | string | Text encoding for the content. Defaults to utf8. | Nie |
| createDirectories | boolean | If true, create missing parent directories before upload. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| status | string | UPLOADED when the file is written successfully. |
| remotePath | string | Resolved remote destination path. |
| sensitive.fileName | string | Uploaded file name. |
| sensitive.size | string | Uploaded size in bytes. |