Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用するとエラーが発生しftp_putます。パッシブモードとアクティブモードの両方を使用してみました。
ftp_put
Activeは次のエラーを返します ( this を使用して設定ftp_pasv($connection, false)):
ftp_pasv($connection, false)
ftp_put(): Illegal PORT command.
そしてパッシブモードはただハングします:
ftp_pasv($connection, true)
Filezillaのアクティブモードを使用して、サーバーに正常に接続できます。