Can't connect to server using lftp
Posted
by Roland
on Server Fault
See other posts from Server Fault
or by Roland
Published on 2010-03-25T14:22:20Z
Indexed on
2010/03/25
14:33 UTC
Read the original article
Hit count: 754
I have a lftp file that I want to execute using the following command
lftp -f /usr/scripts/fileS.lftp
If I run this file I get Delaying before reconnect:
Now within this file (fileS.lftp) I have the following code
open -u username,password server
mput -E *
close
If I run open -u username,password server
I get the following error Couldnt get a file descriptor referring to the console
I assume I need to allow a connection on the server I'm trying to connect to, how can I do this? Any help would be highly appreciated.
© Server Fault or respective owner