fetch images from FTP server using Google Apps Script

前端 未结 2 1077
你的背包
你的背包 2020-12-11 11:07

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         


        
2条回答
  •  清歌不尽
    2020-12-11 11:32

    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

提交回复
热议问题