-1

Trying to setup a backup script to upload a folder recursively to a remote ftp folder ( sftp is not supported, only ftp ). I tested curlftpfs it mount but just create empty files.

Any custom script you have tested and it is working? Already searched the internet

Klevin Kona
  • 361
  • 1
  • 3
  • 15

1 Answers1

0

In the past I used the good ncftp, see https://linux.die.net/man/1/ncftp, came with a ncftpput which has a -R (recursive) option.

Frediano Ziglio
  • 310
  • 1
  • 6