HI,
I tried writing script in perl using soap api's to upload ,sync and download 
ifolder from command line below  is steps to configure and use the 
script.Please let me know if this works  and format is fine .

How to configure ifolder-cli
1.Copy the script in any location it can be your home directory.
2.ifolder-cli is in perl which depends on SOAP::Lite ,XML::Simple and 
Getopt::Std .
3.Getopt::Std and XML::Simple are by default installed and may be you need to 
install SOAP::Lite module if it is not installed.
4.To check if module is installed type #perl -MSOAP::Lite -e 1
    if you get error cannot locate SOAP/Lite.pm in @INC so you need to install 
it from CPAN or other way of installing is 
5.sudo cpan SOAP::Lite
6.Go with default options if you get any prompt  and module will be installed 
on your system .

How to use ifolder-cli 
1.To upload iFolder is ifolder-cli -u <path for uploading iFolder >  ex: 
/ifolder-cli -u /home/user/upload
2.To sync iFolder  it is ifolder-cli -s -f <ifolder name> ex: ./ifolder-cli -s 
-f upload
3.To download iFolder it is ifolder-cli -d -f <ifolder name > ex : /ifolder-cli 
-d -f upload 
4.For usage it is ./ifolder-cli -h  

Thanks
Nitin

Attachment: ifolder-cli
Description: Binary data

_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to