FTP passive too slow in Google Cloud Platform.
FTP passive too slow in Google Cloud Platform.
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.
It's old, insecure, and error-prone.
Use SFTP. No hassle with active and passive mode.
--
A Windows user reinstalls software every few weeks.
A Linux user reinstalls software every few weeks.
The difference is with Linux the version numbers change.
Re: FTP passive too slow in Google Cloud Platform.
Re: FTP passive too slow in Google Cloud Platform.
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
--
A Windows user reinstalls software every few weeks.
A Linux user reinstalls software every few weeks.
The difference is with Linux the version numbers change.