Server sent passive reply with unroutable address. Using server address instead

最近在linux服務器安裝vsftp服務。通過一輪設置,終於能夠鏈接上了,用winSCP鏈接,刷新目錄就提示這個錯誤。linux

解決辦法:vim

vim /etc/vsftpd.conf  ,編輯配置文件,最後加上下面幾行配置:bash

pasv_address=54.69.120.54服務器

pasv_max_port=55000.net

pasv_min_port=50000code

 

pasv_address 這個是你服務器的公網ipserver

 

原文出處:http://www.pagefabric.com/blogs/2014/10/23/fixing-server-sent-passive-reply-with-unroutable-address-using-server-address-instead-ftp-error/blog

參考:https://winscp.net/eng/docs/ftp_modesip

相關文章
相關標籤/搜索