Hello guys,
Is it possible to only read text files from a server using read text file activity within a with ftp session activity or do i need to download them or use enumerate activity ?
Thanks
Hello guys,
Is it possible to only read text files from a server using read text file activity within a with ftp session activity or do i need to download them or use enumerate activity ?
Thanks
You’ll need to download the file before reading it, as ftp is meant for file transfers only. Enumerate objects just lists the files in a folder on the ftp server.
Are you sure about that ? Have you tried it ?
Yup