noob question: Does Meltano support FTP? I know it...
# random
w
noob question: Does Meltano support FTP? I know it supports SFTP and have been able to find various SFTP taps, but I’m needing specifically FTP, port 21, with no ssl in order to fetch public records from an FTP server.
g
depending on file type I think tap-spreadsheets-anywhere uses smart_open under the hood which may support FTP, not sure what the other relevant file type taps use to deal with their connections
w
Thanks @gary_james I’ll check it out