lazzard / php-ftp-client

:package: Provides helper classes and methods to manage FTP files in an OOP way.
MIT License
91 stars 19 forks source link

Append/Restart not permitted #43

Closed MatDepInfo closed 1 year ago

MatDepInfo commented 1 year ago

Hello, When I try to use "copyFromLocal" command, i get this error: Append/Restart not permitted I check on the server, the option [AllowStoreRestart] is well to ON Any idea ?

AmraniCh commented 1 year ago

Hey, thanks for opening this issue. This error typically occurs when an FTP server is not configured to allow file transfer operation, you're right about the directive AllowStoreRestart should be ON, but I wonder what you have restarted your FTP server to apply the new configuration ?