LuckyServ commented on issue #6952: URL: https://github.com/apache/netbeans/issues/6952#issuecomment-2266171958
@junichi11 It should be a simple change on this line, set it to `false` or give an option for it. It causes issues on the latest versions of the filezilla server. When you delete a file locally it attemps a `LIST -a <dir>` command and fails, then doesn't delete the corresponding file on the server. https://github.com/apache/netbeans/blob/03aa32d15aba53f980e095b1a8efa6700c515331/php/php.project/src/org/netbeans/modules/php/project/connections/ftp/FtpClient.java#L229 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
