-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to get my Pelican blog working. It uses lftp to transfer the actual blog to ones server, but I always get an error:
mirror: Fatal error: Certificate verification: subjectAltName does not match ‘blogname.com’
I think lftp is checking the SSL and the quick setup of Pelican just forgot…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
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…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
With default settings, when 'putting' the file, it is clobbered without complaint or warning. When 'getting' lftp complains:
get: super.sh: file already exists and xfer:clobber is unset
I change my /etc/lftp.conf and append:
set xfer:make-backup yes
set xfer:clobber yes
When putting and getting…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello,
I can not connect to IIS using lftp as you can see here:
<--- 200 Language is now English, UTF-8 encoding.
---> OPTS UTF8 ON
<--- 200 OPTS UTF8 command successful - UTF8 encoding now ON.
---> HOST x.x.x.x
<--- 504 Server cannot accept argument.
---> USER bla
<--- 331…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
How to copy file on remote server using lftp?
Moving files is as easy as using mv command, but is there any command equivalent to cp?
>>> More