How to upload a file on an OpenWRT router to a place using FTPES?
I searched googled because it is small enough to install:
opkg opkg install curl
and can handle FTPES connections: http://curl.haxx.se/docs/comparison-table.html
Ok But here's the problem: I just can't figure out how I can upload a file.
Can someone point me to a job, a good guide?
I sniffed using wirehark:
curl --ftp-ssl -T "FILE.TXT" -k -u " MYUSER@MYDOMAIN.COM : MYPASSWORD" "ftp://MYDOMAIN.COM"
and this one uses ftps !: P works fine! allowed :)
Thank you!
2 seconds googling ( ftpes curl upload ) raised this:
ftpes curl upload
http://www.lewisroberts.com/2010/08/06/scripting-ftpes-explicit-tlsssl-with-curl/
Source: https://habr.com/ru/post/1334838/More articles:Is it safe to discard bytes with a UUID and still expect it to retain its uniqueness? - pythonnetbeans custom jax-ws stubs - javanode.js and juggernaut pub / sub - node.jsDynamic submit and inheritance in python - pythonParallel algorithmic thinking and learning it in Go - concurrencyAny idea why I can execute the command from the command line, but not from PHP exec () - linuxHow to accurately measure the size in pixels of text drawn on canvas drawTextOnPath () - javaRequest Field Sitecore Droplink - sitecoreCommand Routing for Keyboard Shortcuts - wpfC ++ / CLI application accidentally crashes into Release builds - constructorAll Articles