0

我使用 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();

但得到

array:2 [▼
  "keys" => []
  "dirs" => []
]

文件夹包含文件,那么如何列出文件?

4

1 回答 1

0

好的,我收到警告:ftp_fput(): Illegal PORT range denied when try put,(列表不显示此错误)

切换到被动解决问题

于 2018-09-26T08:57:27.757 回答