https://bz.apache.org/ooo/show_bug.cgi?id=126870
--- Comment #2 from John Dougrez-Lewis <[email protected]> --- Here is another bug in the same category: Deleting non-Folder simple file on Windows FTP Server: File: ./ucb/source/ucp/ftp/ftpurl.cxx function: void FTPURL::del() const Replace exist code: else if (aDirentry.m_nMode != INETCOREFTP_FILEMODE_UNKNOWN) dele = rtl::OString("DELE ") + dele; else return; with: else dele = rtl::OString("DELE ") + dele; Otherwise a [Windows] file that is not a directory and has no other [aDirentry.m_nMode] attributes set fails to be deleted. -- You are receiving this mail because: You are the assignee for the issue.
