We’ve been using lftp for years here. It’s stable and has a volume of options. I just found out today that lftp has an option to set the order in which files are uploaded if you are using the mirror command. You can set it like so:
set mirror:order ‘*.jpg *.gif *.png *.js *.css * */’
This will send first jpg, then gif, then png files etc. This is very handy if you are mirroring an entire website and you want the images to go live before the html does.
No Comments, Comment or Ping
Reply to “lftp has an option mirror:order”