FTP_FILE_ACTION_OK
conn->err != FTP_FILE_ACTION_OK)
if ((e = ftp_cmd(conn, "CDUP")) != FTP_FILE_ACTION_OK ||
if (e == FTP_FILE_ACTION_OK)
if (e != FTP_FILE_ACTION_OK) {