make the command run a script with a complete "workflow"
and in the script do something like:
 

Code:

#!/bin/sh
USER="username"
PASSWD="password"
ftp -i -v -n  192.168.0.3  <

user $USER $PASSWD
binary

send /home/zenoss/file.txt  /remotefolder/

bye



and that's it, if you ok with known user/pass and file name.
you can make it more modular for file naming inside the zenoss :)




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=22444#22444

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to