First off, its not the FTP file deleting bug when the camera reboots thats already been talked about.
I got THREE of the IP8M-T2499EW cameras with the 2.8mm lens about a month ago. They came with V2.622R190415 firmware so I upgraded to latest V2.622R191024 firmware and that went fine. The cameras are working well and are set to upload the video to a local PC running Filezilla (0.9.53beta if that matters) when a video detection event occurs. This FTP upload is working fine for these 3 cameras, no problems at all. The FTP upload process creates a folder for the camera Device Name (Setup>System>General>Device Name) and then sub folders for each day with a format of YYYY-MM-DD. Within each of those folders it makes a sub folder named 001 and within that sub folder another sub folder named dav. Now in that dav folder, it creates a sub folder for each hour and finally in each of those hourly folders the MP4 video files are stored based on the hour the video occurred. This is all done between with camera and Filezilla automatically, no user intervention is required. I am 100% happy with how this is working.
So the complete path name to a video file would be
e:\camera videos\CAM01\2020-04-14\001\dav\13\xxxxxxyyyyyzzzzz.mp4
Now the bizarre part. I decided to buy another IP8M-T2499EW camera with the 4.0mm lens. It came with the latest V2.622R191024 firmware already installed. The camera has been setup to be identical to the others (I triple checked everything) and it works normally except for the FTP. The videos are being uploaded to FTP but the file structure is now different only for this camera. Under each YYYY-MM-DD folder it now makes a sub folder named video_001. It then places all the mp4 videos of that day in that one folder. There can be 200-500 videos there in that one folder at the end of the day. It no longer creates a sub folder for each hour like the older cameras did, which kept the number of files in each folder to a more manageable number of 10-30. This is the same model camera, running the same firmware, uploading to the same FTP server yet the folder and file organization is different. BIZARRE !!!!
So for only this new camera the complete path to a video file would be
e:\camera videos\CAM04\2020-04-14\video_001\xxxxxxyyyyyzzzzz.mp4
I have rebooted the 4.0mm camera numerous times, no change. I have performed a factory reset from the GIU and then reconfigured the camera, no change. I have deleted the folder from Filezilla so after a camera reboot it has to create an new folder with the camera Device Name. This one camera insists on still doing the FTP folder structure this bizarre different way.
Anyone ever seen this and know how to fix this?
Bizzare FTP issue with IP8M-T2499EW (not file deleting bug)
Re: Bizzare FTP issue with IP8M-T2499EW (not file deleting bug)
The current firmware for your camera is dated 3/20/20 at
https://amcrest.com/firmwaredownloads
Perhaps that would fix it.
https://amcrest.com/firmwaredownloads
Perhaps that would fix it.
Re: Bizzare FTP issue with IP8M-T2499EW (not file deleting bug)
I received an email from Amcrest that said there was a more recent version and there was, it is V2.622 R200320 (I guess the last number is YYMMDD format). I upgraded the firmware, it was successful, the camera rebooted but the FTP problem remains. I used the web interface to restore the camera to factory default, rebooted and reconfigured the camera all over again but the FTP folder problem remains.
I restarted Filezilla, the FTP folder problem remains. I upgrade Filezilla from 0.9.53 to 0.9.60, the problem remains. I've restarted the camera, Filezilla, the PC running Filezilla, cleared out the folder where Filezilla stores the folder so the camera has to write them again like its the first time, all numerous times but the problem remains.
I even tried exporting the config of a good camera and then trying to import it to the bad camera but it said "Operate Failed" so that didn't work.
I have not found a way to fix this yet.
I restarted Filezilla, the FTP folder problem remains. I upgrade Filezilla from 0.9.53 to 0.9.60, the problem remains. I've restarted the camera, Filezilla, the PC running Filezilla, cleared out the folder where Filezilla stores the folder so the camera has to write them again like its the first time, all numerous times but the problem remains.
I even tried exporting the config of a good camera and then trying to import it to the bad camera but it said "Operate Failed" so that didn't work.
I have not found a way to fix this yet.
Re: Bizzare FTP issue with IP8M-T2499EW (not file deleting bug)
I cleared out the folder where Filezilla stores the folders and files so it was completely empty. I looked at the Filezilla transaction list.
The camera IP address is 192.168.0.32
The camera name is Tom_Brady
The FTP Username is FOOTBALL
Here what happens when the camera starts up:
1. The camera tells the FTP to MKD Tom_Brady (make a directory named Tom_Brady)
2. The camera tells the FTP to STOR DVRWorkDirector (transfers a file named DVRWorkDirectory) in to the Tom_Brady folder.
3. The camera tells the FTP to MKD 2020-04-16 (make a directory named 2020-04-16 in the Tom_Brady directory)
4. The camera tells the FTP to MKD video_001 (make a directory named video_001 in the 2020-04-16 directory).
Clearly the camera is telling the FTP to do this so of course the FTP does it. So the problem is with the camera itself. The camera is stuck in this mode where it will only make a video_001 folder in the YYY-MM-DD folder when it should be making a 001 folder then a dav folder.
I don't really know what the DVRWorkDirectory file is used for. However, if I delete this file, when the camera first contacts the FTP, it asks for the SIZE of the DVRWorkDirectory. The FTP reply is "File not found" and this happens a few times until finally the camera sends the DVRWorkDirectory file over to the FTP. Well if the camera has the file already why does it need to ask the FTP how big the file is?
Im going to get a hex editor and look at what in these DVRWorkDirectory files, maybe this is whats telling the camera to make the folders the video_001 way versus the 001/dav way.
Heres the complete Filezilla log:
FileZilla Server 0.9.60 beta
Copyright 2001-2016 by Tim Kosse ([email protected])
https://filezilla-project.org/
Connecting to server [::1]:14147...
Connected, waiting for authentication
Logged on
You appear to be behind a NAT router. Please configure the passive mode settings and forward a range of ports in your router.
Warning: FTP over TLS is not enabled, users cannot securely log in.
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000037)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000037)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000037)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000037)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000037)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady": directory not found.
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady": directory not found.
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady": directory not found.
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady": directory not found.
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady": directory not found.
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> MKD Tom_Brady
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/Tom_Brady" created successfully
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> size /Tom_Brady/DVRWorkDirectory
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> size Tom_Brady/DVRWorkDirectory
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> size /Tom_Brady/DVRWorkDirectory
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> size Tom_Brady/DVRWorkDirectory
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,225,193)
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> stor DVRWorkDirectory
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for file upload to server of "/Tom_Brady/DVRWorkDirectory"
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady/DVRWorkDirectory"
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> ALLO 1048576
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> ALLO 1048576
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> size /Tom_Brady/DVRWorkDirectory
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 213 4016
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,243,43)
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> stor DVRWorkDirectory
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for file upload to server of "/Tom_Brady/DVRWorkDirectory"
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady/DVRWorkDirectory"
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> ALLO 1048576
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> ALLO 1048576
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,204,71)
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> list
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for directory listing of "/Tom_Brady"
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady"
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,195,160)
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> list
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for directory listing of "/Tom_Brady"
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady"
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady/2020-04-16/video_001
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady/2020-04-16/video_001": directory not found.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady/2020-04-16
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady/2020-04-16": directory not found.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> MKD 2020-04-16
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/Tom_Brady/2020-04-16" created successfully
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD 2020-04-16
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16" is current directory.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> MKD video_001
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/Tom_Brady/2020-04-16/video_001" created successfully
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady/2020-04-16/video_001
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady/2020-04-16/video_001
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady/2020-04-16/video_001
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> size /Tom_Brady/DVRWorkDirectory
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 213 4016
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,206,230)
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> stor DVRWorkDirectory
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for file upload to server of "/Tom_Brady/DVRWorkDirectory"
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady/DVRWorkDirectory"
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,212,136)
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> stor 22.25.23-22.25.23[M][0@0][0].mp4_
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for file upload to server of "/Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].mp4_"
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> size /Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> size Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> size /Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> size Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady/2020-04-16/video_001
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady/2020-04-16/video_001
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,230,46)
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> stor 22.25.23-22.25.23[M][0@0][0].idx_
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for file upload to server of "/Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].idx_"
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,253,39)
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> stor 22.25.23-22.25.23[M][0@0][0].backup_
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for file upload to server of "/Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_"
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> CWD /
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> ALLO 1048576
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> CWD /
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> ALLO 1048576
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000046)4/16/2020 22:25:39 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].mp4_"
(000046)4/16/2020 22:25:39 PM - football (192.168.0.32)> QUIT
(000046)4/16/2020 22:25:39 PM - football (192.168.0.32)> 221 Goodbye
(000046)4/16/2020 22:25:39 PM - football (192.168.0.32)> disconnected.
(000047)4/16/2020 22:25:39 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].idx_"
(000047)4/16/2020 22:25:39 PM - football (192.168.0.32)> QUIT
(000047)4/16/2020 22:25:39 PM - football (192.168.0.32)> 221 Goodbye
(000047)4/16/2020 22:25:39 PM - football (192.168.0.32)> disconnected.
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> size /Tom_Brady/2020-04-16/video_001/22.25.23-22.25.38[M][0@0][0].mp4
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> 550 File not found
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> size Tom_Brady/2020-04-16/video_001/22.25.23-22.25.38[M][0@0][0].mp4
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> 550 File not found
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> QUIT
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> 221 Goodbye
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> disconnected.
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> PASS ************
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 230 Logged on
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> TYPE I
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 200 Type set to I
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> size /Tom_Brady/2020-04-16/video_001/22.25.23-22.25.38[M][0@0][0].mp4
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 550 File not found
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> size Tom_Brady/2020-04-16/video_001/22.25.23-22.25.38[M][0@0][0].mp4
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 550 File not found
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /Tom_Brady/2020-04-16/video_001
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> RNFR 22.25.23-22.25.23[M][0@0][0].mp4_
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 350 File exists, ready for destination name.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> RNTO 22.25.23-22.25.38[M][0@0][0].mp4
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 file renamed successfully
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /Tom_Brady/2020-04-16/video_001
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> RNFR 22.25.23-22.25.23[M][0@0][0].idx_
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 350 File exists, ready for destination name.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> RNTO 22.25.23-22.25.38[M][0@0][0].idx
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 file renamed successfully
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000050)4/16/2020 22:25:39 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_"
(000050)4/16/2020 22:25:39 PM - football (192.168.0.32)> QUIT
(000050)4/16/2020 22:25:39 PM - football (192.168.0.32)> 221 Goodbye
(000050)4/16/2020 22:25:39 PM - football (192.168.0.32)> disconnected.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> DELE /Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 File deleted successfully
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> size /Tom_Brady/2020-04-16/video_001/22.25.23-22.25.38[M][0@0][0].mp4
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 213 4121864
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> ALLO 1048576
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> ALLO 1048576
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
The camera IP address is 192.168.0.32
The camera name is Tom_Brady
The FTP Username is FOOTBALL
Here what happens when the camera starts up:
1. The camera tells the FTP to MKD Tom_Brady (make a directory named Tom_Brady)
2. The camera tells the FTP to STOR DVRWorkDirector (transfers a file named DVRWorkDirectory) in to the Tom_Brady folder.
3. The camera tells the FTP to MKD 2020-04-16 (make a directory named 2020-04-16 in the Tom_Brady directory)
4. The camera tells the FTP to MKD video_001 (make a directory named video_001 in the 2020-04-16 directory).
Clearly the camera is telling the FTP to do this so of course the FTP does it. So the problem is with the camera itself. The camera is stuck in this mode where it will only make a video_001 folder in the YYY-MM-DD folder when it should be making a 001 folder then a dav folder.
I don't really know what the DVRWorkDirectory file is used for. However, if I delete this file, when the camera first contacts the FTP, it asks for the SIZE of the DVRWorkDirectory. The FTP reply is "File not found" and this happens a few times until finally the camera sends the DVRWorkDirectory file over to the FTP. Well if the camera has the file already why does it need to ask the FTP how big the file is?
Im going to get a hex editor and look at what in these DVRWorkDirectory files, maybe this is whats telling the camera to make the folders the video_001 way versus the 001/dav way.
Heres the complete Filezilla log:
FileZilla Server 0.9.60 beta
Copyright 2001-2016 by Tim Kosse ([email protected])
https://filezilla-project.org/
Connecting to server [::1]:14147...
Connected, waiting for authentication
Logged on
You appear to be behind a NAT router. Please configure the passive mode settings and forward a range of ports in your router.
Warning: FTP over TLS is not enabled, users cannot securely log in.
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000037)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000037)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000037)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000037)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000037)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000037)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000038)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady": directory not found.
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady": directory not found.
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000038)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000039)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady": directory not found.
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady": directory not found.
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000039)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000040)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady": directory not found.
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> MKD Tom_Brady
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/Tom_Brady" created successfully
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000041)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> size /Tom_Brady/DVRWorkDirectory
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> size Tom_Brady/DVRWorkDirectory
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000041)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000042)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> size /Tom_Brady/DVRWorkDirectory
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> size Tom_Brady/DVRWorkDirectory
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,225,193)
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> stor DVRWorkDirectory
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for file upload to server of "/Tom_Brady/DVRWorkDirectory"
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady/DVRWorkDirectory"
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000040)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> ALLO 1048576
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> ALLO 1048576
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000043)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> size /Tom_Brady/DVRWorkDirectory
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 213 4016
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,243,43)
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> stor DVRWorkDirectory
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for file upload to server of "/Tom_Brady/DVRWorkDirectory"
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady/DVRWorkDirectory"
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000043)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> ALLO 1048576
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> ALLO 1048576
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000044)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,204,71)
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> list
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for directory listing of "/Tom_Brady"
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady"
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000044)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000045)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,195,160)
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> list
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for directory listing of "/Tom_Brady"
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady"
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000045)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000046)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady/2020-04-16/video_001
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady/2020-04-16/video_001": directory not found.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady/2020-04-16
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 CWD failed. "/Tom_Brady/2020-04-16": directory not found.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> MKD 2020-04-16
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/Tom_Brady/2020-04-16" created successfully
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD 2020-04-16
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16" is current directory.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> MKD video_001
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/Tom_Brady/2020-04-16/video_001" created successfully
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady/2020-04-16/video_001
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000047)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady/2020-04-16/video_001
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady/2020-04-16/video_001
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000048)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> size /Tom_Brady/DVRWorkDirectory
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 213 4016
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,206,230)
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> stor DVRWorkDirectory
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for file upload to server of "/Tom_Brady/DVRWorkDirectory"
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady/DVRWorkDirectory"
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000048)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,212,136)
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> stor 22.25.23-22.25.23[M][0@0][0].mp4_
(000046)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for file upload to server of "/Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].mp4_"
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> size /Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> size Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> QUIT
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> 221 Goodbye
(000042)4/16/2020 22:25:24 PM - football (192.168.0.32)> disconnected.
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000049)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> size /Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> size Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 550 File not found
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000049)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000050)4/16/2020 22:25:24 PM - (not logged in) (192.168.0.32)> PASS ************
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 230 Logged on
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> TYPE I
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 200 Type set to I
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> PWD
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 257 "/" is current directory.
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD Tom_Brady/2020-04-16/video_001
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> CWD /Tom_Brady/2020-04-16/video_001
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,230,46)
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> stor 22.25.23-22.25.23[M][0@0][0].idx_
(000047)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for file upload to server of "/Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].idx_"
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> PASV
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 227 Entering Passive Mode (192,168,0,22,253,39)
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> stor 22.25.23-22.25.23[M][0@0][0].backup_
(000050)4/16/2020 22:25:24 PM - football (192.168.0.32)> 150 Opening data channel for file upload to server of "/Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_"
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> CWD /
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> ALLO 1048576
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> CWD /
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> ALLO 1048576
(000049)4/16/2020 22:25:34 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000046)4/16/2020 22:25:39 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].mp4_"
(000046)4/16/2020 22:25:39 PM - football (192.168.0.32)> QUIT
(000046)4/16/2020 22:25:39 PM - football (192.168.0.32)> 221 Goodbye
(000046)4/16/2020 22:25:39 PM - football (192.168.0.32)> disconnected.
(000047)4/16/2020 22:25:39 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].idx_"
(000047)4/16/2020 22:25:39 PM - football (192.168.0.32)> QUIT
(000047)4/16/2020 22:25:39 PM - football (192.168.0.32)> 221 Goodbye
(000047)4/16/2020 22:25:39 PM - football (192.168.0.32)> disconnected.
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> size /Tom_Brady/2020-04-16/video_001/22.25.23-22.25.38[M][0@0][0].mp4
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> 550 File not found
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> size Tom_Brady/2020-04-16/video_001/22.25.23-22.25.38[M][0@0][0].mp4
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> 550 File not found
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> QUIT
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> 221 Goodbye
(000049)4/16/2020 22:25:39 PM - football (192.168.0.32)> disconnected.
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> Connected on port 21, sending welcome message...
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> 220-FileZilla Server 0.9.60 beta
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> 220-written by Tim Kosse ([email protected])
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> 220 Please visit https://filezilla-project.org/
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> USER FOOTBALL
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> 331 Password required for football
(000051)4/16/2020 22:25:39 PM - (not logged in) (192.168.0.32)> PASS ************
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 230 Logged on
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> TYPE I
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 200 Type set to I
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> size /Tom_Brady/2020-04-16/video_001/22.25.23-22.25.38[M][0@0][0].mp4
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 550 File not found
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> size Tom_Brady/2020-04-16/video_001/22.25.23-22.25.38[M][0@0][0].mp4
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 550 File not found
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /Tom_Brady/2020-04-16/video_001
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> RNFR 22.25.23-22.25.23[M][0@0][0].mp4_
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 350 File exists, ready for destination name.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> RNTO 22.25.23-22.25.38[M][0@0][0].mp4
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 file renamed successfully
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /Tom_Brady/2020-04-16/video_001
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/Tom_Brady/2020-04-16/video_001" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> RNFR 22.25.23-22.25.23[M][0@0][0].idx_
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 350 File exists, ready for destination name.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> RNTO 22.25.23-22.25.38[M][0@0][0].idx
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 file renamed successfully
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000050)4/16/2020 22:25:39 PM - football (192.168.0.32)> 226 Successfully transferred "/Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_"
(000050)4/16/2020 22:25:39 PM - football (192.168.0.32)> QUIT
(000050)4/16/2020 22:25:39 PM - football (192.168.0.32)> 221 Goodbye
(000050)4/16/2020 22:25:39 PM - football (192.168.0.32)> disconnected.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> DELE /Tom_Brady/2020-04-16/video_001/22.25.23-22.25.23[M][0@0][0].backup_
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 File deleted successfully
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> PWD
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 257 "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> size /Tom_Brady/2020-04-16/video_001/22.25.23-22.25.38[M][0@0][0].mp4
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 213 4121864
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:39 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> ALLO 1048576
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> CWD /
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> 250 CWD successful. "/" is current directory.
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> ALLO 1048576
(000051)4/16/2020 22:25:44 PM - football (192.168.0.32)> 202 No storage allocation neccessary.
Re: Bizzare FTP issue with IP8M-T2499EW (not file deleting bug)
I used Hex Editor Neo to look at what in the DVRWorkDirectory file. Although it is 4K bytes in size, it only contains 53 bytes of data, the rest are zeros. The first 18 bytes are ASCII for the serial number of the camera. The remaining 35 bytes of data are hex values except the last 6 bytes which is ASCII for Remote. That leaves just 29 bytes for data that might be some kind of configuration data. Comparing this file from 2 good cameras shows that besides the different serial number, only 7 bytes of data change, and the first 2 and last two are always the same, so really only 5 bytes change. Now comparing this file from a bad camera to this file from a good camera, besides the serial number, only those same 5 bytes change so the bad camera file is not profoundly different than a good camera file.
Now, here's more of the story. I originally had a 2.8mm lens T2499EW camera in one location and that camera was configured to have a Device Name of MB_Inner. It was working correctly on FTP and had uploaded about 4 days of videos with the correct 001/dav/ folder and had the correct hourly sub folders. That means it had already sent its DVRWorkDirecctory file over to the MB_Inner folder on the FTP. I then removed that camera and put the 4.0mm lens camera in its place. I configured it its Device Name to be the same MB_Inner. That's when the trouble started, the new camera seems to have been messed up whe it saw the original DVRWorkDirectory file from the original camera.
So Amcrest , how do I get a IP8M-T2499EW camera with a corrupted DVRWorkDirectory file, since it is stored in the camera somewhere, to actually restore to the factory original file? Is this different FTP folder structure really related to this DVRWorkDriectory file at all? What is the DVRWorkDirectory file and what doe sit do and what does the camera do with it?
Now, here's more of the story. I originally had a 2.8mm lens T2499EW camera in one location and that camera was configured to have a Device Name of MB_Inner. It was working correctly on FTP and had uploaded about 4 days of videos with the correct 001/dav/ folder and had the correct hourly sub folders. That means it had already sent its DVRWorkDirecctory file over to the MB_Inner folder on the FTP. I then removed that camera and put the 4.0mm lens camera in its place. I configured it its Device Name to be the same MB_Inner. That's when the trouble started, the new camera seems to have been messed up whe it saw the original DVRWorkDirectory file from the original camera.
So Amcrest , how do I get a IP8M-T2499EW camera with a corrupted DVRWorkDirectory file, since it is stored in the camera somewhere, to actually restore to the factory original file? Is this different FTP folder structure really related to this DVRWorkDriectory file at all? What is the DVRWorkDirectory file and what doe sit do and what does the camera do with it?
Re: Bizzare FTP issue with IP8M-T2499EW (not file deleting bug)
I'm not Amcrest, but here's another suggestion:
I would not assume that the 191024 firmware file that you used to upgrade the three 2499s is exactly the same 191024 that came with your new 2499. If you still have a copy of the 191024 firmware file you used for upgrades, try using it to downgrade your new 2499. There is always some risk in changing firmware, but it might make all your 2499s exactly the same.
Also, I suspect the simplified ftp folder structure used on your new 2499 may be a new feature and not a bug. I have seen complaints in the past about the complex ftp folder structure that you like, and Amcrest comments to do something about it.
How do you view your ftp files now? What do you record to ftp? General, Motion Detection, Alarm? There may be another method to view the new folder structure that would be just as good as your current method on the old structure, depending on your requirements. And you could upgrade all your 2499s to the current firmware.
I would not assume that the 191024 firmware file that you used to upgrade the three 2499s is exactly the same 191024 that came with your new 2499. If you still have a copy of the 191024 firmware file you used for upgrades, try using it to downgrade your new 2499. There is always some risk in changing firmware, but it might make all your 2499s exactly the same.
Also, I suspect the simplified ftp folder structure used on your new 2499 may be a new feature and not a bug. I have seen complaints in the past about the complex ftp folder structure that you like, and Amcrest comments to do something about it.
How do you view your ftp files now? What do you record to ftp? General, Motion Detection, Alarm? There may be another method to view the new folder structure that would be just as good as your current method on the old structure, depending on your requirements. And you could upgrade all your 2499s to the current firmware.
Re: Bizzare FTP issue with IP8M-T2499EW (not file deleting bug)
I thought the same thing, maybe the downloaded 191024 firmware was different than the 191024 firmware that came in the new camera so I did the upgrade (samegrade?) and the process was successful but the FTP folder problem remained. That's when I tried the newest 200320 firmware, sadly it has the FTP folder problem too. Both firmware exhibit this FTP issue, even after reboots, even after Factory Restore via the Web interface and a manual reconfigure.
I can live with the different folder structure if I have to. It's just difficult to explain to the client that even though the cameras are all the same, the folder structure is different. So when they need to look at what a camera saw on a specific date and time, the process is different depending on which camera they look at. The video folder is shared on the network, everyone can read but not write or delete.
The camera uploads to FTP only on Motion Detect. The camera uploads a mp4 file and a .idx file both with the same time stamped name. We tell the client to use Media Player that comes with Windows10 to view the mp4 files, works fine. One person uses VLC and that works fine too.
I can live with the different folder structure if I have to. It's just difficult to explain to the client that even though the cameras are all the same, the folder structure is different. So when they need to look at what a camera saw on a specific date and time, the process is different depending on which camera they look at. The video folder is shared on the network, everyone can read but not write or delete.
The camera uploads to FTP only on Motion Detect. The camera uploads a mp4 file and a .idx file both with the same time stamped name. We tell the client to use Media Player that comes with Windows10 to view the mp4 files, works fine. One person uses VLC and that works fine too.