From 3c63e1d8d98be4ab385a7d279ae8645d8b4ad4de Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 13 Jun 2002 09:21:08 +0000 Subject: Added 'dont_check' to be set during an FTP operation if the final status message is supposed to be ignored. --- lib/urldata.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 209bf531d..e9486fdb0 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -179,7 +179,9 @@ struct FTP { char *entrypath; /* the PWD reply when we logged on */ char *cache; /* data cache between getresponse()-calls */ - size_t cache_size; /* size of cache in bytes */ + size_t cache_size; /* size of cache in bytes */ + bool dont_check; /* set to TRUE to prevent the final (post-transfer) + file size and 226/250 status check */ }; /**************************************************************************** -- cgit v1.2.3