FTP_FILE_OK
if (ftp_cmd(conn, "REST %lu", (u_long)offset) != FTP_FILE_OK)
if (ftp_cmd(conn, "REST %ju", (uintmax_t)offset) != FTP_FILE_OK)