FTP / SFTP öğesine geri dön
Knoon AI'yi FTP / SFTP ile bağlayarak AI iş akışlarını otomatikleştirin.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
BETA
Dahili
İzinler
Gösterilecek öğe yok.
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Evet |
| content | mustache | Text content to upload. | Evet |
| encoding | string | Text encoding for the content. Defaults to utf8. | Hayır |
| createDirectories | boolean | If true, create missing parent directories before upload. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |