“Mairs,David”写道:>>> To All,>>我正在寻找帮助为VEE创建FTP功能I>需要“FTP”到UX机器,“cd”到一个特定目录并“放”
>一个文件。
我使用的VEE版本是7.51。
任何帮助>将不胜感激。
存档上的例子似乎不完整?>也许最强大的方法是使用“执行程序”。
将FTP命令写入文件然后使用“执行程序”使用该文件运行本机Windows FTP,因为命令输入看起来像“to file”>>>创建一个命令文件myFTP.txt将所有命令添加到其中
用于FTP登录的东西cd put bye“execute program”ftp -s:myFTP.txtregardsStan -------------------------------
------------------------------------------- Stan Bischof Agilent Technologies 707-577
-3994 stan_bischof@agilent.com-------------------------------------------
----------------------------------您目前订阅了vrf:ming_meng@agilent.com请订阅
发送电子邮件至:“vrf-request@lists.it.agilent.com”,邮件正文中包含subscribe一词。要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。
要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。
如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“http://www.vrfarchive.com/vrf_archive”上搜索“非官方vrf档案”。
在“http://vee.engineering.agilent.com”上搜索Agilent vrf存档。
以上来自于谷歌翻译
以下为原文
"Mairs, David" wrote:
>
>
> To All,
>
> I am looking for assistance with creating an FTP function for VEE I
> need to "FTP" to a UX machine, "cd" to a paticular directory and "put"
> A file. The Version of VEE I am using is 7.51. Any help
> Would be appreciated. Examples on the archive seem to be incomplete?
>
Perhaps the most robust way is to use "execute program". Write FTP commands to a file then use the "execute program" to run native Windows FTP using that file as command input
would look something like
"to file" >>> creates a command file myFTP.txt
adding into it all teh commands that would
be used in FTP
login stuff
cd
put
bye
"execute program" ftp -s:myFTP.txt
regards
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994
stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as:
ming_meng@agilent.comTo subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive".
Search the Agilent vrf archive at "http://vee.engineering.agilent.com".