How to set environmnet variables using winscp scripting
Hi,
I using the winscp scripting feature in vb.net to tranfer files back and forth from windows to Linux. (RHEL 4) . I need to dynamically define the environment variables on linux uisng the winscp scripting feature.
Here is what i tried.
open server
username:
password :
put "%Ef_USER%"="abcde"
i get an error msg as "no command exist.
Could you please help me in defining teh name value pair using winscp scripting feature.
For Eg: I want to set ITERLIMIT=100
export ITERLIMIT.
Your immediate help on thsi would be highly appreciated.
Thanks
Som
I using the winscp scripting feature in vb.net to tranfer files back and forth from windows to Linux. (RHEL 4) . I need to dynamically define the environment variables on linux uisng the winscp scripting feature.
Here is what i tried.
open server
username:
password :
put "%Ef_USER%"="abcde"
i get an error msg as "no command exist.
Could you please help me in defining teh name value pair using winscp scripting feature.
For Eg: I want to set ITERLIMIT=100
export ITERLIMIT.
Your immediate help on thsi would be highly appreciated.
Thanks
Som