I need to write ftp script to move the file from File location to google cloud.
I could do this manually using CrossFTP. where it does have component to connect to Google cloud using Access key and secret key. but when i use FTP script i am not able to connect it.
If I want to use traditional FTP way for google cloud what should be server name and user ID and pass. I tried using commondatastorage.googleapis.com But it does work with access key and secret key.
Any information will be helpful.
All I need is, I need to automate this FTP process.
If you're automating using a shell script, you can use gsutil. This allows you to upload / download files, modify ACLs and so on.
I did created VM with Linux Installation. Can I install gsutil on it?