Hi
I have just started testing with edtFTPnet for C# and i notice the following in my logs
DEBUG 7 Oct 2011 12:35:04.006 : 226 0.328 seconds (measured here), 8.68 Kbytes per second
DEBUG 7 Oct 2011 12:35:04.007 : Defaulting to Unix parsing
DEBUG 7 Oct 2011 12:35:04.007 : ---> QUIT
DEBUG 7 Oct 2011 12:35:04.155 : 221-Goodbye.
You uploaded 35 and downloaded 0 kbytes.
DEBUG 7 Oct 2011 12:35:04.155 : 221 Logout.
I am a little confused as to the count of 35? is anyone able to explain as i only uploaded 12 files?
I have pasted the full log below
Many thanks in advance
Simon
FTP LOG:
INFO 7 Oct 2011 12:34:53.131 : Connecting to MYHOST
DEBUG 7 Oct 2011 12:34:53.132 : Connecting to MYHOST:21
DEBUG 7 Oct 2011 12:34:53.170 : Resolving MYHOST
DEBUG 7 Oct 2011 12:34:53.335 : MYHOST resolved to MYIPADDR
INFO 7 Oct 2011 12:34:53.337 : Connecting to MYIPADDR:21 with timeout 120000 ms
DEBUG 7 Oct 2011 12:34:53.487 : Successfully connected to MYIPADDR:21
DEBUG 7 Oct 2011 12:34:53.488 : Setting socket timeout=120000
INFO 7 Oct 2011 12:34:53.492 : Command encoding=System.Text.SBCSCodePageEncoding
DEBUG 7 Oct 2011 12:34:53.498 : StrictReturnCodes=False
DEBUG 7 Oct 2011 12:34:53.638 : 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
DEBUG 7 Oct 2011 12:34:53.639 : 220-You are user number 6 of 50 allowed.
DEBUG 7 Oct 2011 12:34:53.639 : 220-Local time is now 11:34. Server port: 21.
DEBUG 7 Oct 2011 12:34:53.640 : 220-This is a private system - No anonymous login
DEBUG 7 Oct 2011 12:34:53.640 : 220-IPv6 connections are also welcome on this server.
DEBUG 7 Oct 2011 12:34:53.640 : 220 You will be disconnected after 15 minutes of inactivity.
DEBUG 7 Oct 2011 12:34:53.647 : ---> USER MYUSER@MYHOST
DEBUG 7 Oct 2011 12:34:53.795 : 331 User MYUSER@MYHOST OK. Password required
DEBUG 7 Oct 2011 12:34:53.797 : ---> PASS ********
DEBUG 7 Oct 2011 12:34:54.036 : 230 OK. Current restricted directory is /
DEBUG 7 Oct 2011 12:34:54.037 : ---> CWD /Personal/test/2011
DEBUG 7 Oct 2011 12:34:54.194 : 250 OK. Current directory is /Personal/test/2011
DEBUG 7 Oct 2011 12:34:54.194 : ---> CWD /Personal/test/2011/10
DEBUG 7 Oct 2011 12:34:54.341 : 250 OK. Current directory is /Personal/test/2011/10
DEBUG 7 Oct 2011 12:34:54.341 : ---> CWD /Personal/test/2011/10/07
DEBUG 7 Oct 2011 12:34:54.488 : 550 Can't change directory to /Personal/test/2011/10/07: No such file or directory
INFO 7 Oct 2011 12:34:54.488 : Expected reply codes = [200,250] (strict=False)
DEBUG 7 Oct 2011 12:34:54.495 : Creating Directory: 2011/10/07
DEBUG 7 Oct 2011 12:34:54.495 : ---> MKD /Personal/test/2011/10/07
DEBUG 7 Oct 2011 12:34:54.669 : 257 "/Personal/test/2011/10/07" : The directory was successfully created
DEBUG 7 Oct 2011 12:34:54.674 : ---> PASV
DEBUG 7 Oct 2011 12:34:54.819 : 227 Entering Passive Mode (76,74,128,150,227,184)
DEBUG 7 Oct 2011 12:34:54.820 : Server supplied address=MYIPADDR
DEBUG 7 Oct 2011 12:34:54.820 : Server supplied port=58296
DEBUG 7 Oct 2011 12:34:54.820 : autoPassiveIPSubstitution=False
DEBUG 7 Oct 2011 12:34:54.820 : remoteAddr=MYIPADDR
DEBUG 7 Oct 2011 12:34:54.820 : NewPassiveDataSocket(MYIPADDR,58296)
INFO 7 Oct 2011 12:34:54.821 : Connecting to MYIPADDR:58296 with timeout 120000 ms
DEBUG 7 Oct 2011 12:34:54.964 : Successfully connected to MYIPADDR:58296
DEBUG 7 Oct 2011 12:34:54.964 : Connected
DEBUG 7 Oct 2011 12:34:54.965 : ---> STOR /Personal/test/2011/10/07/MyTest1
DEBUG 7 Oct 2011 12:34:55.115 : 150 Accepted data connection
DEBUG 7 Oct 2011 12:34:55.116 : Closing source stream
DEBUG 7 Oct 2011 12:34:55.437 : 226-File successfully transferred
DEBUG 7 Oct 2011 12:34:55.437 : 226 0.321 seconds (measured here), 8.88 Kbytes per second
DEBUG 7 Oct 2011 12:34:55.437 : ---> PASV
DEBUG 7 Oct 2011 12:34:55.585 : 227 Entering Passive Mode (76,74,128,150,101,139)
DEBUG 7 Oct 2011 12:34:55.585 : Server supplied address=MYIPADDR
DEBUG 7 Oct 2011 12:34:55.585 : Server supplied port=25995
DEBUG 7 Oct 2011 12:34:55.585 : autoPassiveIPSubstitution=False
DEBUG 7 Oct 2011 12:34:55.585 : remoteAddr=MYIPADDR
DEBUG 7 Oct 2011 12:34:55.585 : NewPassiveDataSocket(MYIPADDR,25995)
INFO 7 Oct 2011 12:34:55.587 : Connecting to MYIPADDR:25995 with timeout 120000 ms
DEBUG 7 Oct 2011 12:34:55.734 : Successfully connected to MYIPADDR:25995
DEBUG 7 Oct 2011 12:34:55.734 : Connected
DEBUG 7 Oct 2011 12:34:55.734 : ---> STOR /Personal/test/2011/10/07/MyTest2
DEBUG 7 Oct 2011 12:34:55.887 : 150 Accepted data connection
DEBUG 7 Oct 2011 12:34:55.888 : Closing source stream
DEBUG 7 Oct 2011 12:34:56.214 : 226-File successfully transferred
DEBUG 7 Oct 2011 12:34:56.214 : 226 0.326 seconds (measured here), 8.74 Kbytes per second
DEBUG 7 Oct 2011 12:34:56.214 : ---> PASV
DEBUG 7 Oct 2011 12:34:56.360 : 227 Entering Passive Mode (76,74,128,150,217,128)
DEBUG 7 Oct 2011 12:34:56.360 : Server supplied address=MYIPADDR
DEBUG 7 Oct 2011 12:34:56.360 : Server supplied port=55680
DEBUG 7 Oct 2011 12:34:56.360 : autoPassiveIPSubstitution=False
DEBUG 7 Oct 2011 12:34:56.360 : remoteAddr=MYIPADDR
DEBUG 7 Oct 2011 12:34:56.360 : NewPassiveDataSocket(MYIPADDR,55680)
INFO 7 Oct 2011 12:34:56.361 : Connecting to MYIPADDR:55680 with timeout 120000 ms
DEBUG 7 Oct 2011 12:34:56.507 : Successfully connected to MYIPADDR:55680
DEBUG 7 Oct 2011 12:34:56.507 : Connected
DEBUG 7 Oct 2011 12:34:56.507 : ---> STOR /Personal/test/2011/10/07/MyTest3
DEBUG 7 Oct 2011 12:34:56.658 : 150 Accepted data connection
DEBUG 7 Oct 2011 12:34:56.666 : Closing source stream
DEBUG 7 Oct 2011 12:34:56.989 : 226-File successfully transferred
DEBUG 7 Oct 2011 12:34:56.989 : 226 0.330 seconds (measured here), 8.63 Kbytes per second
DEBUG 7 Oct 2011 12:34:56.989 : ---> PASV
DEBUG 7 Oct 2011 12:34:57.135 : 227 Entering Passive Mode (76,74,128,150,254,28)
DEBUG 7 Oct 2011 12:34:57.135 : Server supplied address=MYIPADDR
DEBUG 7 Oct 2011 12:34:57.135 : Server supplied port=65052
DEBUG 7 Oct 2011 12:34:57.135 : autoPassiveIPSubstitution=False
DEBUG 7 Oct 2011 12:34:57.135 : remoteAddr=MYIPADDR
DEBUG 7 Oct 2011 12:34:57.136 : NewPassiveDataSocket(MYIPADDR,65052)
INFO 7 Oct 2011 12:34:57.136 : Connecting to MYIPADDR:65052 with timeout 120000 ms
DEBUG 7 Oct 2011 12:34:57.278 : Successfully connected to MYIPADDR:65052
DEBUG 7 Oct 2011 12:34:57.278 : Connected
DEBUG 7 Oct 2011 12:34:57.278 : ---> STOR /Personal/test/2011/10/07/MyTest4
DEBUG 7 Oct 2011 12:34:57.441 : 150 Accepted data connection
DEBUG 7 Oct 2011 12:34:57.443 : Closing source stream
DEBUG 7 Oct 2011 12:34:57.768 : 226-File successfully transferred
DEBUG 7 Oct 2011 12:34:57.768 : 226 0.323 seconds (measured here), 8.83 Kbytes per second
DEBUG 7 Oct 2011 12:34:57.769 : ---> PASV
DEBUG 7 Oct 2011 12:34:57.914 : 227 Entering Passive Mode (76,74,128,150,214,105)
DEBUG 7 Oct 2011 12:34:57.914 : Server supplied address=MYIPADDR
DEBUG 7 Oct 2011 12:34:57.914 : Server supplied port=54889
DEBUG 7 Oct 2011 12:34:57.914 : autoPassiveIPSubstitution=False
DEBUG 7 Oct 2011 12:34:57.914 : remoteAddr=MYIPADDR
DEBUG 7 Oct 2011 12:34:57.915 : NewPassiveDataSocket(MYIPADDR,54889)
INFO 7 Oct 2011 12:34:57.915 : Connecting to MYIPADDR:54889 with timeout 120000 ms
DEBUG 7 Oct 2011 12:34:58.060 : Successfully connected to MYIPADDR:54889
DEBUG 7 Oct 2011 12:34:58.061 : Connected
DEBUG 7 Oct 2011 12:34:58.061 : ---> STOR /Personal/test/2011/10/07/MyTest5
DEBUG 7 Oct 2011 12:34:58.212 : 150 Accepted data connection
DEBUG 7 Oct 2011 12:34:58.212 : Closing source stream
DEBUG 7 Oct 2011 12:34:58.544 : 226-File successfully transferred
DEBUG 7 Oct 2011 12:34:58.544 : 226 0.327 seconds (measured here), 8.72