fix #39583 (ftp_put() does not change transfer mode to ASCII)

This commit is contained in:
Antony Dovgal 2006-11-24 12:38:25 +00:00
parent 92ed3d2b4c
commit a3cf20ddc3

View file

@ -39,7 +39,7 @@
#define FTP_BUFSIZE 4096
typedef enum ftptype {
FTPTYPE_ASCII,
FTPTYPE_ASCII=1,
FTPTYPE_IMAGE
} ftptype_t;