hi,
we are using wp7608 mangoh red, in windows environment. we want to upload a file into ftp server using curl command. i used curl -V -T /etc/sd/myfile.txt ftp://175.101.7.93 --user username:password. it gives the following error.
curl 7.50.1 (arm-poky-linux-gnueabi) libcurl/7.50.1 GnuTLS/3.5.3 zlib/1.2.8
Protocols: file ftp ftps http https
Features: IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets .
please guide me to solve this issue. and how to install curl package in this module.
thanks and regrds,
K Subrahmaniam
There is an error in your curl command. The response you are getting is not an error, it is the response to the command you issued.
Your command starts with curl -V
The response you are seeing is the curl version info which you read with curl -V
I assume you want verbose mode, which is curl -v