3

Despite multiple posts on StackOverflow suggesting Google App Engine not supporting FTP using Python, FTP does now work. (We have posted an example of working code here.)

Given GAE's progress with basic FTP, has anyone found a way for a Google App Engine script to serve as an sFTP or FTPS(FTP TLS) client?

Community
  • 1
  • 1
Praxiteles
  • 5,802
  • 9
  • 47
  • 78
  • GAE can not function as a FTP server (since there are no listening sockets), but it can run FTP client if outbound sockets are enabled. – Peter Knego Oct 09 '14 at 20:36
  • We are not interested in GAE as an FTP server - rather GAE serving as an FTPS client or sFTP client. Has anyone found that to be possible? (Clarifying edits to question made above.) – Praxiteles Oct 10 '14 at 01:02

0 Answers0