CFtpFileFind FindFile卡住的问题
exchen 10年前 (2013-11-21) 2729浏览 0评论
CFtpFileFind ftpFind(pFtpConnection); LONGLONG filelen = 0; if(ftpFind.FindFile(strFtpFile)) ...
exchen 10年前 (2013-11-21) 2729浏览 0评论
CFtpFileFind ftpFind(pFtpConnection); LONGLONG filelen = 0; if(ftpFind.FindFile(strFtpFile)) ...
exchen 10年前 (2013-11-13) 3030浏览 0评论
Exec master.dbo.xp_cmdshell 'net user testuser /add' 转载请注明:exchen's blog » sql xp_cmdshell...