I need to fetch some images that are stored in a FTP server, using Google Apps Script
The images are accessible only by FTP as
ftp://user:password@ft
I have successfully gotten images off of remote servers into google apps script via the use of the UrlFetchApp Class.
https://developers.google.com/apps-script/reference/url-fetch/url-fetch-app