Page 1 of 1

FTP passive too slow in Google Cloud Platform.

Posted: Fri 25. Feb 2022, 11:17
by akong77
Hello,
Could any friend install keyhelp on google cloud platform?I installed finished. But FTP connect too slow.I has set firewall rule about ftp and ftp passive rules in gcp.But it's always too slow.Could any solution?

Re: FTP passive too slow in Google Cloud Platform.

Posted: Fri 25. Feb 2022, 11:44
by 24unix
Don't use FTP.

It's old, insecure, and error-prone.

Use SFTP. No hassle with active and passive mode.

Re: FTP passive too slow in Google Cloud Platform.

Posted: Sat 26. Feb 2022, 11:32
by akong77
I want upload web file to web folder.If use SFTP upload web file will wrong permission.

Re: FTP passive too slow in Google Cloud Platform.

Posted: Sat 26. Feb 2022, 13:14
by 24unix
akong77 wrote: Sat 26. Feb 2022, 11:32 I want upload web file to web folder.If use SFTP upload web file will wrong permission.
Use the right account, then the permissions will be okay.

Else use the shell after the upload:

Code: Select all

chown -R <user>:<group> /path/of/the/uploaded/files