comparison lib/ftpcommon.h @ 847:14858879916f

2006-11-2 Brian Masney <masneyb@gftp.org> * lib/ftpcommon.h lib/ftps.c lib/rfc959.c - use the encoded filename length to determine how many bytes should be sent in the command to the remote server. Don't use the strlen() function since there may be a NUL character in the filename. ATTENTION INTERNATIONAL USERS: If you have time, can you test the filename encoding in CVS? All of the necessary changes were made to the local, FTP and SSH protocols. Let me know if you see any problems.
author masneyb
date Fri, 03 Nov 2006 03:23:19 +0000
parents 435b11d2d628
children
comparison
equal deleted inserted replaced
846:77660334b282 847:14858879916f
37 37
38 typedef struct rfc959_params_tag rfc959_parms; 38 typedef struct rfc959_params_tag rfc959_parms;
39 39
40 int rfc959_send_command ( gftp_request * request, 40 int rfc959_send_command ( gftp_request * request,
41 const char *command, 41 const char *command,
42 ssize_t command_len,
42 int read_response, 43 int read_response,
43 int dont_try_to_reconnect ); 44 int dont_try_to_reconnect );
44 45