Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ckcftp.c
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ int ftp_log = 1; /* FTP Auto-login */
int sav_log = -1;
int ftp_action = 0; /* FTP action from command line */
int ftp_dates = 1; /* Set file dates from server */
int ftp_xfermode = XMODE_A; /* FTP-specific transfer mode */
int ftp_xfermode = XMODE_M; /* FTP-specific transfer mode */

char ftp_reply_str[FTP_BUFSIZ] = ""; /* Last line of previous reply */
char ftp_srvtyp[SRVNAMLEN] = { NUL, NUL }; /* Server's system type */
Expand Down
2 changes: 1 addition & 1 deletion ckcmai.c
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ int deblog = 0, /* Debug log is open */
cursor_save = -1, /* Cursor state */
#endif /* OS2 */

xfermode = XMODE_A, /* Transfer mode, manual or auto */
xfermode = XMODE_M, /* Transfer mode, manual or auto */
xfiletype = -1, /* Transfer only text (or binary) */
recursive = 0, /* Recursive directory traversal */
nolinks = 2, /* Don't follow symbolic links */
Expand Down