I'm using lftp (through cygwin) to push content to an ftp-only web-server. It works intermittently to upload (reverse mirror) files to a server.
Any idea why this would occasionally skip files changed in a subfolder, but not skip files changed in the home directory?
Details: I'm using the reverse mirror mode, which recursively pushes a local folder up to the server instead of downloading it from the server. Throughout the web, this is the recommended option for recursive upload.
Here's the full script I'm using...
#!/bin/bash
HOST="..."
USER="..."
PASS="..."