Some files get uploaded on a daily basis to an FTP server and I need those files under Google Cloud Storage. I don\'t want to bug the users that upload the files to install
I have successfully set up an FTP proxy to GCS using gcsfs in a VM in Google Compute (mentioned by jkff in the comment to my question), with these instructions: http://ilyapimenov.com/blog/2015/01/19/ftp-proxy-to-gcs.html
Some changes are needed though:
Some possible problems:
Also, your ftp client needs to use the transfer mode set to "passive".