FTP passive too slow in Google Cloud Platform.

General discussions around KeyHelp.
Post Reply
akong77
KeyHelp Translator
Posts: 44
Joined: Mon 2. Aug 2021, 07:39

FTP passive too slow in Google Cloud Platform.

Post 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?
User avatar
24unix
Posts: 1560
Joined: Sun 21. Jun 2020, 17:16
Location: Kollmar
Contact:

Re: FTP passive too slow in Google Cloud Platform.

Post by 24unix »

Don't use FTP.

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

Use SFTP. No hassle with active and passive mode.
mfg Micha
--
If Bill Gates had a nickel for every time Windows crashed …
… oh wait, he does.
akong77
KeyHelp Translator
Posts: 44
Joined: Mon 2. Aug 2021, 07:39

Re: FTP passive too slow in Google Cloud Platform.

Post by akong77 »

I want upload web file to web folder.If use SFTP upload web file will wrong permission.
User avatar
24unix
Posts: 1560
Joined: Sun 21. Jun 2020, 17:16
Location: Kollmar
Contact:

Re: FTP passive too slow in Google Cloud Platform.

Post 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
mfg Micha
--
If Bill Gates had a nickel for every time Windows crashed …
… oh wait, he does.
Post Reply