/www/server/panel/plugin/ftp/ftp_main.py:306: SyntaxWarning: invalid escape sequence '\d'
file_regx = prefix_dict.get(data_type) + "_(.+)_20\d+_\d+\."
/www/server/panel/plugin/ftp/ftp_main.py:864: SyntaxWarning: invalid escape sequence '\s'
c_type = str(re.findall("SET\s+([\w\d-]+)\s", tmp[0][1])[0])