Custom Query (8142 matches)
Results (10 - 12 of 8142)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 |
|||
#4908 | rejected | z/os uss directory/file errors | ||
Description |
Problems with FileZilla client 3.2.8.1 and z/OS USS directories and files. These happen with servertype set to "default(autodetect)" or "MVS, OS/390, z/OS" in SiteManager. If I issue a change directory for USS in z/OS, the FileZilla changes the second or later / to a . in the directory name. Command: CWD '/etc' Response: 250 HFS directory /etc is the current working directory Command: PWD Response: 257 "/etc" is the HFS working directory. Command: CWD msussl Response: 250 HFS directory /etc/msussl is the current working directory Command: PWD Response: 257 "/etc/msussl" is the HFS working directory. At this point I really am in directory /etc/msussl but it displays in FileZilla as /etc.msussl File transfers are also being messed up. Sending a file to /etc/msussl should end as /etc/msussl/file but FileZilla is sending it as /etc.msussl(file). Command: STOR '/etc.msussl(CA.der)' Response: 125 Storing data set /etc.msussl(CA.der) Response: 250 Transfer completed successfully. Retrieving a file does this also. This should have been retrieving file /etc/msussl/CA.der Command: RETR '/etc.msussl(CA.der)' Response: 550 Command RETR fails: /etc.msussl(CA.der) does not exist. Error: Critical error |
|||
#8224 | duplicate | z/VM: Unable to analyze the returned directory | ||
Description |
Hi, FileZilla Client Version: 3.5.3 Build information:
Linked against:
Operating system:
Statut : Connexion à 192.168.1.100:21... Statut : Connexion établie, attente du message d'accueil... Réponse : 220-FTPSERVE IBM VM Level 540 at PHOENIX.dassault-aviation.co, 14:27:57 EDT SATURDAY 2012-09-08 Réponse : 220 Connection will close if idle for more than 5 minutes. Commande : USER anonymou Réponse : 230 ANONYMOU logged in; working directory = /../VMBFS:DWSYS:ANONYMOU/ Statut : Connecté Statut : Récupération du contenu du dossier... Commande : PWD Réponse : 257 "/../VMBFS:DWSYS:ANONYMOU/" is working directory Erreur : Impossible d'analyser le chemin retourné. Erreur : Impossible de récupérer le contenu du dossier With a previous version of filezilla we have at work, I can do what I want. Now with this one from home I can't... The deal is to send windows files to a z/VM mainframe. The target is BFS file architecture. Able to test/send anything you ask me. Regards Alain |