I am going to send to storage from my server.
That storage url is like this
ftp://***.***.com
how can I send file to here?
I tried to use ftplib but says
"socket.gaierror: [Errno 11001] getaddrinfo failed"
like this.
I think this storage is located on s3, I set this storage on washabi s3.
and Host is s3://***.***.com
and Bucket is *****
So where I should send file?
ftp://***.***.com or s3://***.***.com
Thanks for reading.