Skip to content

Add 'ftp' as a copy method

Compare
Choose a tag to compare
@cngarrison cngarrison released this 03 Oct 12:51
· 22 commits to master since this release

copy_method="ftp"
-m ftp

The 'ftp' copy method is almost identical to the 'sftp' method. The difference is that the home directory will be stripped from the filename, under the assumption that the FTP server is chrooting connections. So a relative path for the filename is used, if the first part of the path matches $HOME. You can disable the relative path behaviour by setting ftp_absolute=1 in your ~/.rbbedit file.