Loading lib/ftp.c +2 −1 Original line number Diff line number Diff line Loading @@ -1393,6 +1393,7 @@ static CURLcode ftp_state_post_listtype(struct connectdata *conn) /* chop off the file part if format is dir/dir/file */ slashPos = strrchr(lstArg,'/'); if(slashPos) *(slashPos+1) = '\0'; } } Loading Loading
lib/ftp.c +2 −1 Original line number Diff line number Diff line Loading @@ -1393,6 +1393,7 @@ static CURLcode ftp_state_post_listtype(struct connectdata *conn) /* chop off the file part if format is dir/dir/file */ slashPos = strrchr(lstArg,'/'); if(slashPos) *(slashPos+1) = '\0'; } } Loading