FTP / SFTP로 돌아가기
Knoon AI를 FTP / SFTP과 연결하여 AI 워크플로우를 자동화하세요.
List files and folders from the connected FTP or SFTP server.
ftpDefaultListDirectory
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| remotePath | mustache | Optional remote directory path to list. Defaults to the app root path or the server root. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| name | string | Entry name. |
| path | string | Resolved remote path for the entry. |
| type | string | Entry type: file, directory, or link. |
| size | string | Size in bytes when available. |
| modifiedAt | string | Last modified timestamp when available. |