Custom Query (7870 matches)
Results (7 - 9 of 7870)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#659 | ~ Problem | |||
Description |
Double clicking a directory named ~ returns the navigator to the root, rename will not allow you to name directories ~. LForopoulos (At) microimagesinc.com |
|||
#2394 | invalid | zmode file types | ||
Description |
in zmode i would like to see it activated also by file type it consume too much cpu when transferring a very large zip file which hangs my server so if there will be a feature to include or exclude file type from zmode it will be very good another thing is there activex version of filezilla client ? so i can run it from vbscript without interface ? thank you in advance tamir mordo www.tetitu.co.il |
|||
#806 | zlib missing in source FZ server | |||
Description |
TransferSocket.h has this #include <zlib.h> zlib is not part of VC 7.1 After adding the missing zlib files to the zlib subdirectory and changing to #include "zlib\zlib.h" there are still errors. Microsoft Development Environment 2003 reports: Linking... LINK : warning LNK4098: defaultlib 'LIBC' conflicts with use of other libs; use /NODEFAULTLIB:library Accounts.obj : error LNK2019: unresolved external symbol "bool cdecl IsValidAddressFilter(class CStdStr<char> &,bool)" (? IsValidAddressFilter@@YA_NAAV?$CStdStr@D@@_N@Z) referenced in function "public: virtual unsigned char * thiscall t_group::ParseBuffer(unsigned char *,int)" (? ParseBuffer@t_group@@UAEPAEPAEH@Z) Options.obj : error LNK2019: unresolved external symbol "bool cdecl IsValidAddressFilter(class CStdStr<char> &,bool)" (? IsValidAddressFilter@@YA_NAAV?$CStdStr@D@@_N@Z) referenced in function "public: void thiscall COptions::SetOption(int,char const *)" (? SetOption@COptions@@QAEXHPBD@Z) Permissions.obj : error LNK2019: unresolved external symbol "bool cdecl IsValidAddressFilter(class CStdStr<char> &,bool)" (? IsValidAddressFilter@@YA_NAAV?$CStdStr@D@@_N@Z) referenced in function "protected: void thiscall CPermissions::ReadSpeedLimits(class CMarkupSTL *,class t_group &)" (? ReadSpeedLimits@CPermissions@@IAEXPAVCMarkupSTL @@AAVt_group@@@Z) Accounts.obj : error LNK2019: unresolved external symbol "bool cdecl MatchesFilter(class CStdStr<char> const &,unsigned int,char const *)" (? MatchesFilter@@YA_NABV?$CStdStr@D@@IPBD@Z) referenced in function "public: bool thiscall t_group::AccessAllowed(struct sockaddr_in)const " (? AccessAllowed@t_group@@QBE_NUsockaddr_in@@@Z) ControlSocket.obj : error LNK2019: unresolved external symbol "bool cdecl MatchesFilter(class CStdStr<char> const &,unsigned int,char const *)" (? MatchesFilter@@YA_NABV?$CStdStr@D@@IPBD@Z) referenced in function "public: void thiscall CControlSocket::ParseCommand(void)" (? ParseCommand@CControlSocket@@QAEXXZ) ListenSocket.obj : error LNK2001: unresolved external symbol "bool cdecl MatchesFilter(class CStdStr<char> const &,unsigned int,char const *)" (? MatchesFilter@@YA_NABV?$CStdStr@D@@IPBD@Z) .\Debug/FileZilla server.exe : fatal error LNK1120: 2 unresolved externals |