Syntax for using lftp to synchronize local folder with an ftp folder?
问题 I would like to synchronize two folders with each other. It should go two ways, always keeping the folders up to date (I use a regular cronjob). However, first I do not get the two way file transfer to work (it just downloads from the ftp and not the opposite). Secondly, it downloads the whole content from the ftp, even though the login information has been set up on the ftp so that access is only restricted to a specific folder. Why?? Here is the code (thanks in advance!): #!/bin/bash #get