简体   繁体   English

如何设置Ant脚本将文件从Mac复制到Windows?

[英]How to setup Ant script to copy files from mac to windows?

I am trying to setup Continuous integration for my IOS project. 我正在尝试为我的IOS项目设置持续集成。 Jenkins is running on windows. Jenkins在Windows上运行。 Goes off calling ant script on mac. 停止在Mac上调用ant脚本。 Once the builds run on mac I need the reports to be copied back to windows Jenkins reports folder. 在Mac上运行构建后,我需要将报告复制回Windows Jenkins报告文件夹。 I couldn't do it using ant scp task from windows because it just allows us to put files from windows to mac but not the other way. 我无法使用Windows的ant scp任务来执行此操作,因为它只允许我们将Windows中的文件放到mac上,而不能这样做。 Are there any other light weight alternatives? 还有其他轻巧的选择吗?

Thanks, Lalith 谢谢,拉利斯

您可以在Windows框上设置FTP服务器,然后使用ant FTP任务来传输文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用单个 Python 脚本从 Linux、Mac 和 Windows 上的剪贴板复制数据 - Copy data from the clipboard on Linux, Mac and Windows with a single Python script 如何使用命令行将文件从Mac OS复制到同一网络中的Windows? - How to copy files from Mac OS to Windows which are in same network using command line? ant:从Windows上的远程位置复制文件 - ant: copy file from remote location on windows 如何从Windows系统将文件从python脚本复制到任何其他远程服务器? - How do I copy files from windows system to any other remote server from python script? Windows脚本可将X个文件从一个文件夹复制到另一个文件夹 - Windows script to Copy X number of files from one folder to another 将文件从 Windows 复制到远程 Linux 系统的 BAT 脚本 - BAT script to copy files from Windows to remote Linux systems Windows脚本批处理将文件从不同文件夹复制到其他文件夹 - Windows script batch to copy files from different folders to other folders 将日志文件从linux服务器复制到Windows共享服务器的脚本 - Script to copy log files from linux server to windows shared server 如何将PHP文件从Windows复制到ubuntu? - How to copy PHP files from windows to ubuntu? 如何在运行Parallels的Windows 8的Mac上设置Git - How to setup Git on a Mac with Windows 8 running in Parallels
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM