Home
last modified time | relevance | path

Searched refs:ServerSaid (Results 1 – 2 of 2) sorted by relevance

/dports/ftp/lftp/lftp-4.9.2/src/
H A Dftpclass.h318 bool ServerSaid(const char *) const;
H A Dftpclass.cc285 bool Ftp::ServerSaid(const char *s) const in ServerSaid() function in Ftp
300 if(ServerSaid("Broken pipe") || ServerSaid("Too many") in Transient5XX()
301 || ServerSaid("timed out") || ServerSaid("closed by the remote host")) in Transient5XX()