Hi - I'm trying to send a file to an HP3000 system. This system abuses the remote file part of a put command for special params.
So a commands looks something like. The backslashes are to make lftp interpret it as one command. put somefile.txt -o SOMEFILE\;REC=-45345,4,F,ASCII\;DISC=1000 This works fine interactively, from a script (ie: lftp -f) the server on the other end doesn't like it. I guess my question is, what's different about the way commands are sent?
