Custom Query (8144 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (418 - 420 of 8144)

Ticket Resolution Summary Owner Reporter
#7374 fixed Fail to delete file which has Quit as part of file name Shan Zongyao
Description

We are running into one issue to delete file. The file name contains QUIT as part of fil name, like "Hotel Quito - JW Marriott.pdf". Please help!

Version of FileZilla is 3.5.0

#7379 fixed LoadLibrary Vulnerability in FileZilla Brian Wilkins
Description

I ran rats 2.3 on the FileZilla source code and RATS detected several LoadLibrary vulernabilities in FileZilla. RATS states: "LoadLibrary will search several places for a library if no path is specified, allowing trojan DLL's to be inserted elsewhere even if the intended DLL is correctly protected from overwriting. Make sure to specify the full path."

Looking at the below code snippets, you can see that the full path is not specified. Recommend the full path be specified in order to prevent this vulnerability from occurring.

AsyncGssSocketLayer.cpp

Line 670: m_hGSS_API = LoadLibrary(GFTPDLL);

AsyncSocketEx.cpp

Line 1122: m_hDll = LoadLibrary(_T("WS2_32.dll"));

AsyncSslSocketLayer.cpp

Line 312: m_hSslDll2 = LoadLibrary(_T("libeay32.dll"));

AsyncSslSocketLayer.cpp

Line 389: m_hSslDll1 = LoadLibrary(_T("ssleay32.dll"));

#7380 fixed ASSISTANCE WITH AUTOMATION OF DOWNLOAD BILL
Description

YOUR PROGRAM WAS THE ONLY ONE I FOUND THAT CAN CONNECT WITH EASE TO A SECURED FTP CONNECTION (SFTP).

BASICALLY I NEED YOUR PROGRAM TO AUTOMATICALLY CONNECT TO A SITE SETUP IN THE MANAGER. CHECK THE DIRECTORY TO SEE IF THERE IS DATA IF THERE IS DOWNLOAD THE FILE TO A DIRECTORY.

CAN YOUR PROGRAM DO THIS USING AUTOMATION OR SOME TYPE OF SCRIPT FILE.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.