חזרה אל FTP / SFTP
התחבר ל-Knoon AI עם FTP / SFTP כדי לאוטומטי תהליכי עבודה של AI.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
בטא
פנימי
הרשאות
אין פריטים להצגה.
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | כן |
| content | mustache | Attachment URL to upload. | כן |
| createDirectories | boolean | If true, create missing parent directories before upload. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| status | string | UPLOADED when the upload succeeds. |
| remotePath | string | Resolved remote destination path. |
| sensitive.fileName | string | Uploaded file name. |
| sensitive.mimeType | string | Uploaded file MIME type. |
| sensitive.size | string | Uploaded file size in bytes when available. |