Hello everyone, i would like to know if it is possible to leave the lftp idleing and send input into it. The input would be the starndard send from A /path/A to B /path/A <- of course with the lftp syntax. And the behaviour expected is connect if not connected.
So is it possible to send this input to an open lftp ? If so, how to? i thought of one bash script which would be on loop always checking for new file-with-tasks. But this is weird... maybe lftp has some tcp server which listens for commands and i dont know ? Thanks!
