verbose FTP PASV output could output a "random" name from the stack based
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 Mar 2002 10:52:24 +0000 (10:52 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 Mar 2002 10:52:24 +0000 (10:52 +0000)
commitca9760756ae2d02b95f2ce7158a24df79d62ea85
tree39469890064eedd684a69369f45bb6054039f13a
parentf1f993a25b5f8fe403b92d4e0bfb9ecd7796fa91
verbose FTP PASV output could output a "random" name from the stack based
array
Also, uploading data with --crlf cannot check that the proper size was
uploaded and thus should not warn if the sizes differ. This can be changed
in the future by having the expected size in the connectdata struct and then
increase the expected size for each byte that is added in the --crlf
replacement process.
lib/ftp.c