To get rid of FTP error 550, check the path that you are using is correct and leads you to the requested file. If this is not the case, try using the absolute path of the file. If the error persists, check the mount points and make sure that the file system exists and that you ...
BUT the reason that produced the "550 Filename invalid" error is that here Laravel has used a full path ("STOR test/sample.jpg") instead of a filename ("STOR sample.jpg"). Steps To Reproduce: Create a FTP driver disk in config/filesystems.php. Use Storage::disk('ftp')->putFileAs...
The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 /Storedata/Outbound/0000001802: Cannot create a file when that file already exists. '. For details, contact your FTP server vendor..' and this error message is not displayed for all the targ...