从Linux服务器到Windows Server Downaod的CSV文件
实际上,我有这个BAT文件脚本,该脚本通过URL从Linux服务器下载CSV文件,使用JAR传输到Excel文件,然后将其保存在Windows Server上的目录
java -Xms512m -Xmx1024m -jar HTTPDownload_fat.jar http://lxhv1ileoweb01:8180/whoiswho/export D:\WhoIsWhoImport\user.xlsx 8180 lxhv1ileoweb01
中(CSV)没有转移到Excel,只需下载并将其保存在另一台服务器上,
请提前
actually, I have this bat file script that download a CSV file from Linux server via URL , transfer to an excel file using a jar, and save it in a directory on windows server
java -Xms512m -Xmx1024m -jar HTTPDownload_fat.jar http://lxhv1ileoweb01:8180/whoiswho/export D:\WhoIsWhoImport\user.xlsx 8180 lxhv1ileoweb01
how could I update this bat to keep the file as it is ( CSV ) without transferring to excel , just downloaded and save it on the other server
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论