SD Card file transfer to PC

miniriga

n3wb
Joined
Dec 17, 2015
Messages
2
Reaction score
0
I have DS-2CD2032F-I V5.2.5 build 141201 Camera.

I want to copy all or selected images from Camera SD card to PC HDD over a network.
On Internet explorer access possible only SD card format. No have copy or download possibility.
iVMS-4200 possible download, but picture file time-date attribute loss.

Possible connect to SD card with ftp?
If yes, then please write me how to step by step.
Thanks.
 

miniriga

n3wb
Joined
Dec 17, 2015
Messages
2
Reaction score
0
I am Lama on Linux.
Filezilla not possible?
I Set this, but i can not port number (21 not work):

ip: 192.168.1.65
login: root
pass: "pass"


You linked solution have this:
cp: write error: No space left on device
.
.
cp: can't create 'backup/mmc01/hiv00029.mp4': No space left on device
.
.
 

alastairstevenson

Staff member
Joined
Oct 28, 2014
Messages
15,952
Reaction score
6,786
Location
Scotland
You linked solution have this:
cp: write error: No space left on device
It sounds like you don't have the external storage configured and working.
Add the NAS as a storage destination in the camera web GUI.

192.168.1.201:/cctv1 on /mnt/nfs00 type nfs (rw,sync,relatime,vers=3,rsize=4096,wsize=4096,nam len=255,acregmin=0,acregmax=0,acdirmin=0,acdirmax= 0,soft,noac,nolock,proto=tcp,port=65535,timeo=70,r etrans=3,sec=sys,local_lock=all,addr=192.168.1.201 )
Check the mount command to see if the connection was made successfully.

# cd /mnt/nfs00
Change directory to the external storage, and check it is available with 'll' or 'ls -al'
 
Top