On Mon, 2009-07-13 at 00:01 -0600, Ravi Kumar wrote: > Thanks Nitin for the kick off. > > Currently this needs local simias on client to be up and running . > Account should already be configured and user should be logged-in > [ Downloading iFolder ]. All operations are performed on default > domain in case of mutiple domain configuration on client. > > I have created a task folder in community.ifolder.com - > http://community.ifolder.com/ssf/a/c/p_name/ss_forum/p_action/1/binderId/2408/action/view_folder_listing > . File ifolder-cli has been uploaded there.
Better put this inside SVN (some 'tools' folder?). You don't have to package it till it is ready. > > ravi > > >>> "Balakrishnan KalIdas" <[email protected]> 7/13/2009 11:10 AM > >>> > Very good initiative Nitin. Johnny check if you can take some of these > and use it in FUSE. > > Kalis > > >>> On 7/13/2009 at 12:29 AM, in message > <[email protected]>, "Nitin Purswani" > <[email protected]> wrote: > > 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 > > > > _______________________________________________ > ifolder-dev mailing list > [email protected] > http://forge.novell.com/mailman/listinfo/ifolder-dev > > _______________________________________________ > ifolder-dev mailing list > [email protected] > http://forge.novell.com/mailman/listinfo/ifolder-dev _______________________________________________ ifolder-dev mailing list [email protected] http://forge.novell.com/mailman/listinfo/ifolder-dev
