This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

quftp上传问题



我使用的是DM368系列的,使用的quftp上传SD卡中的图片和视频到ftp服务器上。在quftp中可以正常的登陆到ftp服务器,但是在put图片和视频文件时,上传不上去。这是put函数的问题还是什么问题,put函数就是开源的quftp中的一样。

有做过类似的工作的同仁吗?求指导。

付出ftp上传时打印信息

ufile is <>
quftp> alarm
user = IPNC
password = 1234
folder name = /mnt/mmc/dcim/12345_johndoe/
imageAmount = 5
command: open 192.168.1.64
in text.c...ftp port = 21
quftp open success !
command: user IPNC 1234
Connected to 192.168.1.64 on port 21
Client :IPNC successfully logged in. Client IP :192.168.1.168
Logged in to 192.168.1.64 as IPNC

Changed directory on 192.168.1.64 to /mnt/mmc/dcim/12345_johndoe

quftp> quit
execute quit command in quftp
Disconnected from 192.168.1.64

一切都显示正常的,正常的登陆,上传动作,但是没上传文件到ftp服务器上。防火墙之类的都关了。