コード例 #1
0
ファイル: commands.hpp プロジェクト: arrrrrrr/ebftpd
 GPRANKSCommand(ftp::Client& client, const std::string& argStr, const Args& args) :
   Command(client, client.Control(), client.Data(), argStr, args) { }
コード例 #2
0
ファイル: chmod.hpp プロジェクト: cm277/ebftpd
 CHMODCommand(ftp::Client& client, const std::string& argStr, const Args& args) :
   Command(client, client.Control(), client.Data(), argStr, args),
   recursive(false), dirs(0), files(0), failed(0) { }