Home
last modified time | relevance | path

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

/dports/ftp/lftp/lftp-4.9.2/src/
H A DFilter.h66 virtual bool can_setmtime() { return false; } in can_setmtime() function
153 bool can_setmtime() { return true; } in can_setmtime() function
H A DFileCopy.cc1459 if(mode==PUT && stream->fd==-1 && stream->can_setmtime()) in Init()