FTP_OK
if (e == FTP_OK || e == FTP_SYNTAX_ERROR)
return (FTP_OK);
(e = _ftp_pwd(conn, pwd, sizeof(pwd))) != FTP_OK) {
(e = _ftp_pwd(conn, pwd, sizeof(pwd))) != FTP_OK) {
if ((e = _ftp_cmd(conn, "MODE %c", mode)) != FTP_OK) {
if ((e = _ftp_cmd(conn, "TYPE %c", type)) != FTP_OK)
return (FTP_OK);
if ((e = _ftp_mode_type(conn, 0, type)) != FTP_OK) {
if ((e = _ftp_mode_type(conn, 0, type)) != FTP_OK)
if (e != FTP_OK) {
if (e != FTP_OK)