我使用KnpGaufretteBundle连接amazons3 / wasabi,现在需要添加ftp。
对于云,我得到了文件列表
$uploadCloud = $this->container->get('gaufrette.product_uploads_cloud_fs_filesystem')->listKeys();现在尝试使用ftp
$uploadCloud = $this->container->get('gaufrette.product_uploads_ftp_fs_filesystem')->listKeys();但是get
array:2 [▼
"keys" => []
"dirs" => []
]文件夹中包含文件,那么如何列出文件?
发布于 2018-09-26 16:57:28
Ok I收到警告: ftp_fput():尝试放置时非法端口范围被拒绝,(列表不显示此错误)
切换到被动解决问题
https://stackoverflow.com/questions/52513618
复制相似问题