Accessing FTP on Google Compute Engine

前端 未结 6 1897
余生分开走
余生分开走 2021-02-02 14:34

I\'m running an instance on debian-7-wheezy and I\'m sort of new to the Google Compute Engine. I have looked through both the support requests on this site and the FAQ post on t

6条回答
  •  日久生厌
    2021-02-02 15:29

    When you bring up VM on GCP you should update firewall rules:

    • IN: TCP 20,21,60000-65535
    • OUT: TCP 20,21,60000-65535

    Then update FTP to use passive port range 60000-65535. Then on client side use Passive mode.

    Details and instructions (Russian) - http://sysadm.pp.ua/linux/proftpd-ubuntu-16-04.html

提交回复
热议问题