חזרה אל FTP / SFTP
התחבר ל-Knoon AI עם FTP / SFTP כדי לאוטומטי תהליכי עבודה של AI.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
בטא
פנימי
הרשאות
אין פריטים להצגה.
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | כן |
| content | mustache | Text content to upload. | כן |
| encoding | string | Text encoding for the content. Defaults to utf8. | לא |
| createDirectories | boolean | If true, create missing parent directories before upload. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| 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. |