Lines Matching refs:FTP_OK
84 #define FTP_OK 200 macro
262 return (FTP_OK); in ftp_pwd()
280 (e = ftp_pwd(conn, pwd, sizeof(pwd))) != FTP_OK) { in ftp_cwd()
300 (e = ftp_pwd(conn, pwd, sizeof(pwd))) != FTP_OK) { in ftp_cwd()
353 if ((e = ftp_cmd(conn, "MODE %c", mode)) != FTP_OK) { in ftp_mode_type()
389 if ((e = ftp_cmd(conn, "TYPE %c", type)) != FTP_OK) in ftp_mode_type()
392 return (FTP_OK); in ftp_mode_type()
413 if ((e = ftp_mode_type(conn, 0, type)) != FTP_OK) { in ftp_stat()
646 if ((e = ftp_mode_type(conn, 0, type)) != FTP_OK) in ftp_transfer()
843 if (e != FTP_OK) { in ftp_transfer()
861 if (e != FTP_OK) in ftp_transfer()
1051 if (e == FTP_OK || e == FTP_SYNTAX_ERROR) in ftp_cached_connect()