Hi Alexander, First of all, thank you very much for lftp.
I am starting to write a backup program around it, and one of the things I need is the ability to upload data from stdin to something on the remote. I can call put from -c easily enough, but it has no way to take input from stdin. It is possible to pass /dev/stdin as a parameter, but this is not portable as many Unixes do not have a /dev/stdin. Do you think put could be modified such that it could take a "-" parameter to accept the data to upload from stdin? Thanks, -- John
