[lftp] mirroring directory top folder?

2015-11-18 Thread Steven Dennis
Hello, I'm new to lftp (and Linux). I have been able to connect to remote server and use some simple commands (mirror) to get files down from the server. The problem is that when I connect to my server, I need to issue the set ssl:verify-certificate no before I start otherwise I cannot issue any

[lftp] Setting up FTPS connection question...

2015-12-01 Thread Steven Dennis
Hello, I am trying to set up a server with vsftpd and use lftp to move files from it. I have been able to make a connection with lftp via SFTP (SSH File Transfer Protocol) but would like to use FTPS as I think it will be faster. I have access to the server and the client but I think I have not s

Re: [lftp] Setting up FTPS connection question...

2015-12-01 Thread Steven Dennis
Thanks so much for the reply. Would you know how to configure vsftpd to use encryption from the very beginning? On Tue, Dec 1, 2015 at 3:00 AM, Alexander V. Lukyanov wrote: > On Tue, Dec 01, 2015 at 02:46:16AM -0800, Steven Dennis wrote: > > lftp :~> open ftps://@XX.XX.X

Re: [lftp] Setting up FTPS connection question...

2015-12-01 Thread Steven Dennis
onnecting to XX.XX.XX.XX (XX.XX.XX.XX) port 21201 <--- 500 OOPS: prctl PR_SET_SECCOMP failed ---> FEAT Interrupt On Tue, Dec 1, 2015 at 3:00 AM, Alexander V. Lukyanov wrote: > On Tue, Dec 01, 2015 at 02:46:16AM -0800, Steven Dennis wrote: > > lftp :~> open ftps://@XX.XX.XX.XX -p21201

[lftp] D/L files that are 24hr old?

2016-02-18 Thread Steven Dennis
Hello, I would like to d/l files and folders from a directory on my web server that have been put there or modified in the last 24 hours. I have read the man page and came across the --newer-than option. "For option --newer-than you can either specify a file or time specification like that used

Re: [lftp] D/L files that are 24hr old?

2016-02-20 Thread Steven Dennis
server but use my local time to figure out what is 24hr from now? Steven Dennis nzdreame...@gmail.com 805.699.6462 (txt + voice) 805.903.3237 (voice) On Thu, Feb 18, 2016 at 11:32 PM, Lars Viklund wrote: > On Thu, Feb 18, 2016 at 09:10:01PM -0800, Steven Dennis wrote: > > Hello, > &

Re: [lftp] D/L files that are 24hr old?

2016-02-22 Thread Steven Dennis
t the creation time) Why would it mirror folders that are older than 4 hours? Steven Dennis nzdreame...@gmail.com 805.699.6462 (txt + voice) 805.903.3237 (voice) On Sat, Feb 20, 2016 at 9:24 PM, Alexander Lukyanov wrote: > Lftp tries to get the file modification time in UTC. So the compari

[lftp] Excluding list of files?

2016-02-29 Thread Steven Dennis
Hello, I want to create a list of all the files that lftp has d/l to my local computer and then use that list to have the next run exclude them from being d/l again. I cannot find anything specific in the man page that allows you to use a file with stuff to exclude. I did come across this post

[lftp] lftp not removing files from local directory

2016-05-16 Thread Steven Dennis
Hello everyone, I am trying get lftp to make my local folders match my remote folder. When I delete a file/folder on the remote I want lftp to remove it on the local as well. The man page says I can use the -e or --delete or --delete-first This is what I have been using and am not sure why it i

Re: [lftp] lftp not removing files from local directory

2016-05-17 Thread Steven Dennis
, "Alexander Lukyanov" wrote: > Also --newer-than limits the file sets on the target side too, so older > files won't be deleted. > > вт, 17 мая 2016, 9:31 Alexander Lukyanov : > >> I don't see the --delete option in your command line. >> >> пн, 16

Re: [lftp] lftp not removing files from local directory

2016-05-18 Thread Steven Dennis
What about the -e here lftp -u user,pass *-e* "set sftp:connect-program 'ssh Is this in the wrong place? Where should not be? Again thanks. On May 18, 2016 4:04 AM, "Alexander V. Lukyanov" wrote: > On Tue, May 17, 2016 at 06:36:16AM -0700, Steven Dennis wrote: > >

[lftp] --size-range=RANGE examples?

2016-06-13 Thread Steven Dennis
Hello. I would like to limit the size of files that are mirrored but I am unsure of the format that I should use. I would like to mirror all files that at 0-200 MB in size. Would this work? --size-range=*0MB-200MB* Thanks Steven Dennis nzdreame...@gmail.com 805.699.6462 (txt + voice