sftp> get -R *
如何排除扩展名为.ipa的所有文件?我想从目录下载.ipa或.ipa.*文件以外的所有内容.
rsync -av foo@remotehost:/dir/ /localdir/ --exclude .ipa --exclude .ipa.*