you can use ./busybox-armv5l_1.26 ftpput
Or you can see here for ftp upload by C program
Or you can try curl
you can use ./busybox-armv5l_1.26 ftpput
Or you can see here for ftp upload by C program
Or you can try curl
Hi @jyijyi
Using /busybox-armv5l_1.26 for ftp can I use ssl/tls in that?
Thanks
did you try curl with FTPS?
Yes, I tried doing it with curl it won’t works fine for me.
curl -u username:paswd ‘ftp://url’ -o test_file.update
on execution of this command, it didn’t download the file.
other user can make it work by curl:
You can also see here on using curl to download ftp file: