active questions tagged software-tools - Stack Overflowmost recent 30 from stackoverflow.com2009-12-04T09:49:51Zhttp://stackoverflow.com/feeds/tag/software-toolshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/572611/what-project-management-software-do-you-recommend-for-an-agile-approach2What Project Management software do you recommend for an agile approach?Jens Schauder2009-02-21T08:06:04Z2009-12-04T00:26:09Z
<p>At the place I am working we are moving to a more agile approach to project management. </p>
<p>For tool support for project management I used MS Project and Target Process in the past. But I think they both have serious weaknesses:</p>
<ul>
<li>MS Project is not very intuitive and therefore hard to use especially for novice users. It doesn't really fit the agile approach</li>
<li>Target Process seems only half done. E.g. users can set their own privileges to admin. Size of user stories is measured in hours instead of a unitless size which I think is really a bad idea. The UI feels bloated and overly complicated not really supporting usage by keyboard only.</li>
</ul>
<p>We are also using Jira for Issue Tracking and I guess one could modify it and add some custom fields/reports to make it an agile project management tool.</p>
<p>So my question is: What software tools do you use for agile project management and what do you like or dislike about it?</p>
<p>Addition: I am aware that physical tools like a whiteboard or post-its are in a sense the perfect tool <strong>but</strong> if you want to get an overview about what is going on in the complete company it is kind of cumbersome to run from office to office to look at the whiteboards or to force people to copy it in a different kind of document. A similiar argument applies if you are working in a setting where the customer is not on site.</p>
<p>I'll try to list some features I'd consider interesting:</p>
<ul>
<li>easy accessible by management, customer, team potentially from different sites. This almost requires a web app.</li>
<li>option to configure the app to fit the flavor of agile preferred by the team or company</li>
<li>it should allow multiple people to access it in parallel. E.g. a developer marking a task/story as done, shouldn't block the customer from adding a new task. This pretty much rules out Excel.</li>
<li>Nice usability for keyboard only usage, at least for things like updating a lot of stories or adding a lot of stories</li>
<li>Ability to integrate with Jira (entries there should become tasks or something in the system, changes should get synchronized or at least be impossible if they don't get synchronized) and SVN (commit comments with a story id should appear in the tool)</li>
<li>Ability to integrate with other systems using a Java API.</li>
</ul>
http://stackoverflow.com/questions/173328/whats-in-your-utility-toolkit8What's in your Utility Toolkit?Rob Sanders2008-10-06T06:27:23Z2009-12-03T11:27:02Z
<p>Some of the most efficient engineers, developers and IT professionals I know usually carry around a common "toolkit" of useful programs, add-ins or utilities which help them for day-to-day debugging, developing or designing.</p>
<p>The question is:<br>
<i>What is in your utility toolkit.. What tools couldn't you live without?</i></p>
http://stackoverflow.com/questions/364291/free-mysql-synchronization-tool1Free MySQL synchronization toolbeny2008-12-12T21:59:20Z2009-12-03T10:10:47Z
<p>Hi, does anybody know some free tool for synchronization MySQL database (data and structure) like in <a href="http://mysql.navicat.com/" rel="nofollow">Navicat</a> for Windows ?</p>
http://stackoverflow.com/questions/488922/automatically-tracking-development-time17Automatically tracking development timeEightyEight2009-01-28T19:08:35Z2009-12-03T09:16:54Z
<p>Hi all, </p>
<p>I'm working on a personal project and I'd love to be able to say at the end:"I've spend X hours on this project". Now one way to solve this, is to use a manual time tracker (worked from: to:). I've ran into problems with this, because I only manage to use it consistently for the first week or two. So I'd like to track development time automatically.</p>
<p>One idea I had was to insert a short script into the build process that that would insert a time stamp into a log file every time a build process is called. Later, I could analyze the intervals between each build and hopefully calculate a somewhat accurate picture of what's going on. </p>
<p>Does anyone else have an idea of how such a time tracking tool could be implemented? Are there any existing tools out there?</p>
<p>Quick follow up based on the answers already provided:
1. Stop/start trackers aren't bad, but require a lot of discipline, something that I perhaps should be working on. But they dont work for me.
2. Specific app-tracking programs are great, but I'm current on Mac OS X.
Thanks</p>
http://stackoverflow.com/questions/1834852/software-development-crash-course8Software development crash courseIndexController2009-12-02T18:26:51Z2009-12-02T18:38:13Z
<p>Hey guys, I need a urgent crash course on software development. We are about to start a major project at work. The project is a huge web application and I have been chosen to lead the team. The problem now is, I am not familiar with the software development process. The way I used to go about my development is think it and do it, but now I won't be able to do that because I have to collaborate with others. I will very much appreciate if someone can help with a link to a crash course. Thanks.</p>
http://stackoverflow.com/questions/423595/how-to-get-started-with-maemo-software-development10How to get started with Maemo software developmentDror Helper2009-01-08T08:39:03Z2009-12-01T14:58:48Z
<p>A few months ego I purchased Nokia N800 device and since then I'm itching to write some code for it. I know that some of the application I'm running are written in Python and that there is a Mono port for the Maemo platform as well.</p>
<p>Basically what I'm asking is:</p>
<ul>
<li>Is there a recommended development language for Maemo platform? </li>
<li>What development tools exist? </li>
<li>I can use Windows or Linux as my primery development machine - which recommended? why?</li>
</ul>
http://stackoverflow.com/questions/239450/can-i-compare-two-ms-access-files1Can I compare two ms-access filesVarun Mahajan2008-10-27T09:49:26Z2009-11-30T21:39:49Z
<p>I want to compare two ms-access .mdb files to check that the data they contain is same in both. Is there any tool or library exists for this type of comparison?</p>
http://stackoverflow.com/questions/1604058/lightweight-version-control-for-small-projects-prototypes-demos-and-one-offs4Lightweight version control for small projects (prototypes, demos, and one-offs)DanThMan2009-10-21T22:38:51Z2009-11-27T22:58:32Z
<p><strong>Background</strong></p>
<p>I work on a lot of small projects (prototypes, demos, one-offs, etc.). They are mostly coded in Visual Studio (WPF or ASP.NET with code written in C#). Usually, I am the only coder. Occasionally, I work with one other person. The projects come and go, usually in a matter of months, but I have a constantly evolving set of common code libraries that I reuse.</p>
<p><strong>The problem</strong></p>
<p>I've tried to use source control software before (SourceGear Vault), but it seemed like a lot of overhead when working on a small project, especially when I was the only programmer. Still, I would like some of the features that version control offers.</p>
<p><strong>Here's a list of features I'd like to have:</strong></p>
<ol>
<li>Let me look at any file in an older version of my project <em>instantly</em>. Please don't force me through the rigmarole of (1) checking in my current work, (2) reverting my local copy to the old version, and (3) checking the current version back out so I can once again work on it.</li>
<li>In fact, if I'm the only one on the project, I don't ever want to check out. The only thing I want to be able to do is say, "Please save what I have now as version 2.5."</li>
<li>Store my data efficiently. If I have 100 Mb of media in my project, I don't want that to get copied with every new version I release. Only copy what changes.</li>
<li>Let me keep my common library code files in a single location on my hard drive so that all my current projects can benefit from any bug fixes or improvements I make to my library. I don't want to have to keep copying my library to other projects every time I make a change.</li>
<li>However, <em>do</em> let me go back in time to any version of any project and see what the source code (<em>including</em> the library code) looked like at the time that version was released.</li>
<li>Please don't make me store a special database server on my machine that makes my computer take longer to start up and/or uses resources when I'm not even programming.</li>
</ol>
<p><strong>Does this exist?</strong></p>
<p>If not, how close can I get?</p>
<p><strong>Edit 1: TortoiseSVN impressions</strong></p>
<p>I did some experimenting with Subversion. A couple observations:</p>
<ol>
<li><p>Once you check something in to a repository, it does stuff to your files. It puts these hidden .svn folders inside your project folders. It messes with folder icons. I'm still yet to get my project back to "normal". <a href="http://tortoisesvn.net/node/343" rel="nofollow">Unversion a working copy</a> got me part of the way there, but I still have folders with blue question mark icons. This makes me grumpy :-/ <strong>Update:</strong> finally got rid of the folder icons by manually creating new folders and copying the folders over. (Not good.)</p></li>
<li><p>I installed the open source plugin for Visual Studio (AnkhSVN). After creating a fresh repository in my hard drive, I attempted to check in a solution from Visual Studio. It did exact what I was afraid it would do. It checked in <em>only</em> the folders and files that are physically (from the POV of the file system) inside my solution folder. In order to accomplish item #5 above, I need all source code used by solution to be check in. I attempted to do this by hand, but it wasn't a user friendly process (for one thing, when I selected multiple library projects at once and attempted to check them in, it only appeared to check in the first one). Then, I started getting error dialogs when I tried to check in subsequent projects.</p></li>
</ol>
<p>So, I'm a little frustrated with SVN (and its supporting software) at this point.</p>
<p><strong>Edit 2: TortoiseHG impressions</strong></p>
<p>I'm trying out Mercurial now (TortoiseHG). It was a little bit difficult to figure out at first, no better or worse than TortoiseSVN I'd say. I noticed an RPC Server on startup (relates to item <strong>6</strong>). I figure it should be possible to turn this off if I'm not sharing anything with anyone, but it wasn't something I could figure out just by looking at the options (will check out the help later).</p>
<p>I do appreciate having my local repository as just a single .hg folder. And, simply throwing the folder in the Recycle Bin seemed to be all I needed to do to return everything back to normal (i.e., unversion my project). When I check in (commit), it seems to offer a simple comment window only. I thought maybe there would be a place to put version numbers.</p>
<p>My (probably not very clever) attempt to add a Windows shortcut (a folder aliasing my library projects) failed, not that I really thought it would work :) I thought maybe this would be a sneaky way to get my library projects (currently located elsewhere) included in the repository. But no. Maybe I'll try out "subrepos", but that feature is under construction. So, iffy that I'll be able to do items <strong>4</strong> and <strong>5</strong> without some manual syncing.</p>
http://stackoverflow.com/questions/108631/what-is-your-single-favorite-development-tool20What is your single favorite development tool?ctrlShiftBryan2008-09-20T16:29:20Z2009-11-26T16:32:42Z
<p>What is your single favorite development tool?</p>
http://stackoverflow.com/questions/1772649/year-end-budget-what-development-software-should-be-considered4Year end budget - what development software should be considered?Adam Davis2009-11-20T19:13:42Z2009-11-24T18:41:51Z
<p>My department, and I assume many others, have an unusual year end problem: they haven't consumed all their budget. If they don't spend it all, then next year the budget will be reduced.</p>
<p>We've recommended numerous small pieces of software, but they've been rejected as "too inexpensive - we need to buy software development tools that cost thousands of dollars per seat!"</p>
<ul>
<li>What software development tools (or kind of software development tools) are on your 'wish list' - ie, you can't justify the cost, but you would be able to put to good use if you had them.</li>
<li>I'm particularly interested in those tools that are stratospheric in terms of cost - you would never be able to justify them for any given project, but can be extraordinarily useful for most development work.</li>
</ul>
<p>In my case I'd be targeting C code for high reliability use, and .NET tools for in-house use, but please contribute tools for all areas of software development.</p>
<p>One tool per answer, please don't duplicate, and explain what the tool does, what applications/platforms/languages/frameworks/etc it applies to.</p>
http://stackoverflow.com/questions/1788929/which-tools-for-drawing-entity-relationship-diagram-online-and-share-with-colleag2which tools for drawing entity relationship diagram online and share with colleagues?Hoang2009-11-24T09:30:04Z2009-11-24T13:16:45Z
<p>Hi all,</p>
<p>Is there any website that I can use a demo version to draw an entity relationship diagram and share it with my colleagues?</p>
<p>Thank you!</p>
http://stackoverflow.com/questions/1787781/tools-for-software-architecture-and-design0Tools for software architecture and designkarthi2009-11-24T04:26:49Z2009-11-24T11:28:26Z
<p>I want to know if there exist different tools to develop software architecture and software design.. If so how do they differ and can you please mention few tools for software design and software architecture?</p>
http://stackoverflow.com/questions/101774/what-is-your-bug-task-tracking-tool35What is your bug/task tracking tool?Ilya 2008-09-19T13:25:28Z2009-11-23T21:30:16Z
<p>This is a placeholder for overviews of bug/task tracking systems. </p>
<p>What i want to do here is: </p>
<ol>
<li>List all tools used in the industry (please provide a link to the tool discussed)</li>
<li>Gather opinions on each tool (please back up your opinion with facts i.e provide advantages and disadvantages)</li>
</ol>
<p>Please put each tool in separate answer and please make it community owned wiki to give an option to add/edit to as many people as possible. </p>
<p><hr /></p>
<h2>Related posts:</h2>
<blockquote>
<p><a href="http://stackoverflow.com/questions/100162/what-is-your-tool-for-version-control-faq">What is your tool for version control (FAQ)</a><br />
<a href="http://stackoverflow.com/questions/86394/freecheap-taskbug-management-software">Free/Cheap Task/Bug Management software</a><br />
<a href="http://stackoverflow.com/questions/12328/what-bug-tracking-software-do-you-use">What bug tracking software do you use?</a> </p>
</blockquote>
http://stackoverflow.com/questions/222287/what-graphics-card-benchmark-software-do-you-recommend0What graphics card benchmark software do you recommend?Guy2008-10-21T15:25:05Z2009-11-22T22:00:52Z
<p>The graphics rendering on my development machine "feels" slow so I've just bought a graphics card to replace the on board graphics card.</p>
<p>Before I install it I want to run some software that will measure the performance of my current card so that I can compare the before and after.</p>
<p>Can you recommend something that will give me an objective measure of performance change?</p>
http://stackoverflow.com/questions/1767278/development-software-how-common-is-it-for-developers-to-buy-it-for-personal-use4Development software - How common is it for developers to buy it for personal useRocketSurgeon2009-11-19T23:20:03Z2009-11-21T00:07:52Z
<p>Edit: The answer is yes, pretty common. The Microsoft TechNet is one of best deals (except it does not have Visual Studio). So MSDN generally is a better choice. Thank you</p>
<p>Hello All,
I was recently looking at prices of Microsoft Visual Studio, SQL server and MSDN subscription. I never considered it necessary to buy it for personal use, until this year. For some reason it is not possible to get any new hardware, operating systems or development tools at my work. Everything I can use for self-training of pet projects is on average 5-10 years old. So I am seriously thinking of buying my personal software. The company I work for is one of the largest in USA, but for last few years R&D is non-existent. And I have spent all possible trial periods for Microsoft Visual Studio, SQL Server and similar things. I never mind to spend hundreds of dollars for broadband, personal computers, technical books. But Development Software ?</p>
<p>So I need to hear from you. How many of you, being full-time employed by software shops decided to spend cash on things, your employer will never buy for you: things like Visual Studio, laptops, Windows 7 etc.</p>
http://stackoverflow.com/questions/100162/what-is-your-tool-for-version-control-faq7What is your tool for version control (FAQ)Ilya 2008-09-19T07:05:46Z2009-11-20T17:50:02Z
<p>Hi all, </p>
<p>This is a placeholder to version control system overview. </p>
<p>What i want to do here is :<br />
1) List all tools used in the industry.(please provide a link to the tool discussed).<br />
2) Gather ppl opinion on each tool.(Please back up your opinion with facts i.e provide advantages and disadvantages)</p>
<p>Cross Links:
<a href="http://stackoverflow.com/questions/101774/what-is-your-bugtask-tracking-tool-faq">What is your bug/task tracking tool (FAQ)</a> </p>
<p>Please put each tool in separate answer and please make it community owned wiki to give an option to add/edit to as many ppl as possible. </p>
http://stackoverflow.com/questions/1769848/how-to-find-duplicate-folders-and-consolidate-the-contents0How to Find Duplicate Folders and Consolidate the ContentsStephen2009-11-20T11:19:29Z2009-11-20T11:19:29Z
<p>Hello!</p>
<p>I need to find a piece of software that searches the folders of my hard drive and when it finds a duplicate folder then it will merge (or suggest to merge) it with a previously found folder of the same name.</p>
<p>Does anyone know of something out there that can do the job?</p>
<p>[Something freeware or portable would be great but not essential]</p>
<p>p.s. For <strong>Windows please: XP/Vista/7</strong> etc.</p>
http://stackoverflow.com/questions/42308/tool-to-track-include-dependencies13Tool to track #include dependenciesAgnel Kurian2008-09-03T18:58:35Z2009-11-19T13:59:26Z
<p>Any good suggestions? Input will be the name of a header file and output should be a list (preferably a tree) of all files including it directly or indirectly.</p>
http://stackoverflow.com/questions/1632676/free-team-manager-application3Free team manager application ?panchicore2009-10-27T18:12:20Z2009-11-16T19:21:01Z
<p>Hi all, recently I start to take a bigger responsability because I was developing a project and now is in production, so im coordinating the manteinance and other developments (with 6 more developers), what I need is to assing/manage task to developers and graphics-designers and see when they are busy or idle to take better decitions.</p>
<p>im looking alternatives like openproject with gantt diagrams and resources admin, but webapp.</p>
<p>can you give me advices for my new functions? thanks.</p>
http://stackoverflow.com/questions/1347287/which-code-generation-tools-do-you-use3Which code generation tools do you use?Rebol Tutorial2009-08-28T14:18:06Z2009-11-16T10:59:45Z
<p>If you use one of course, which one?</p>
<ul>
<li>MyGeneration</li>
<li>T4</li>
<li>UML Transformation Tool (precise which one)</li>
<li>...</li>
<li>All others not listed above since there are so many</li>
</ul>
http://stackoverflow.com/questions/369558/web-based-game-development-flex-builder-or-flash-cs35Web-based Game Development: Flex Builder or Flash CS3?Dave Swersky2008-12-15T20:12:23Z2009-11-14T23:20:49Z
<p>I'm researching game development in Flash and Flex. I've downloaded the Flex Builder trial and have worked with older versions of Flash. I see that generally, Flex Builder is a developer's tool, and Flash is a designer's tool. It's not clear to me whether one is better suited to game development than the other, or if it's necessary to have both to effectively design games. To my mind, games are equal parts design/art and programming. Which tool is more commonly, or more intensively, used for game development?</p>
http://stackoverflow.com/questions/1440081/is-there-a-good-visual-git-tool-for-mac-os-x-or-windows2Is there a good (visual) Git tool for Mac OS X or Windows?Malaxeur2009-09-17T16:58:43Z2009-11-13T14:27:19Z
<p>I'm looking at porting my projects to Git from SVN (I'm convinced that Git is worth the move) and I'm trying to come up with a set of tools to use for the project. I've googled around for some tools but I wasn't really impressed with what I found.</p>
<p>What visual tools are recommended for Git users on Mac OS X? What about Windows? (I have multiple development environments and I need git tooling in each one of them)</p>
http://stackoverflow.com/questions/1152340/why-are-developers-generally-opposed-to-purchasing-software-tools24Why are developers generally opposed to purchasing software tools?levi rosol2009-07-19T22:45:03Z2009-11-13T08:02:04Z
<p>As I wrote the title to this question, I reworded it a handful of times because I'm hoping to get good, well thought out feedback from the community. Not just "off the cuff" answers of emotion.</p>
<p>Over the span of my career, I've been witness to, and a part of, many situations where there was a need for a particular software tool. However, the people involved were only looking for "free" solutions. Even though there were well know, well respected, and highly polished tools right in front of them (metaphorically speaking). The single con that these solutions had was that they had a price tag. Maybe $9. Maybe $9000. (usually on the low end of that scale)</p>
<p>So, "Why are developers generally opposed to purchasing software tools?".</p>
<p>Assume that:</p>
<ul>
<li>The tool that is needed does not have any FOSS solution available. </li>
<li>We're talking about products that sell for less than $100, as these are the tools that seem to encounter the most resistance. The decision to purchase more expensive software, like Visual Studio, tends to be easier because a business is usually making the purchase. For the sub $100 tools, it's usually an individual developer.</li>
</ul>
http://stackoverflow.com/questions/1717974/visual-strings-tool-for-windows0Visual "strings" Tool for Windowscsbrooks2009-11-11T20:50:22Z2009-11-11T20:53:30Z
<p>I'm looking for something that does what the unix "strings" program does, but in Windows. And visual, too.</p>
<p>Occasionally, I have a binary file and want to see if certain strings are present in it. Right now, I use notepad, and turn on wordwrap, and just ignore all the garbage and visually search for strings. </p>
<p>Anyone have anything neat they use? (Preferably free or cheap.)</p>
http://stackoverflow.com/questions/20735/useful-vim-features30Useful Vim featuresCraig H2008-08-21T18:37:31Z2009-11-07T05:13:19Z
<p>Vim is my editor of choice, and I feel I am above average in my use of it. I do recognize, though, that the feature list of vim is huge. With this in mind, I was wondering what features you vim users out there use on a regular basis.</p>
http://stackoverflow.com/questions/1000615/invaluable-development-tools-for-mobile-phones0Invaluable development tools for mobile phonesnone2009-06-16T10:11:28Z2009-11-07T05:00:02Z
<p>In an era of smart phones becoming increasingly powerful each month, often having 300+ MHZ processors, 64+ MB of RAM and true multimedia and multi-tasking capabilities, it is also getting obvious that mobile phones can now also be used as mobile computers, sometimes even for development purposes by developers, when they may either have no access to a complete system or when they don't need to do anything fancy.</p>
<p>So, what are your tools that you find invaluable for your specific type of mobile phone?</p>
<p>Please make sure to provide at least:</p>
<ul>
<li>mobile phone manufacturer</li>
<li>model (if applicable)</li>
<li>tool/utility and link to it</li>
<li>as well as a short description detailing why it is so useful</li>
</ul>
<p>Open Source or at least freely available software is preferred, if there is however payware that is so good, that you simply got to mention it here, make sure to mention its prize, too.</p>
<p>Thanks</p>
<p>I will start with:</p>
<p><strong>Nokia S60:</strong> </p>
<ul>
<li><a href="http://jbak.ru/jbaktaskman_en.php" rel="nofollow">Task manager Jbak TaskMan</a></li>
<li><a href="http://sourceforge.net/projects/s2putty/" rel="nofollow">s2putty - putty based SSH client for your S60 based smartphone</a></li>
<li><a href="http://opensource.nokia.com/projects/pythonfors60/" rel="nofollow">Python for S60 phones</a></li>
<li><a href="http://code.google.com/p/ped-s60/" rel="nofollow">Ped Mobile Python IDE for Nokia S60 platform.</a></li>
</ul>
http://stackoverflow.com/questions/1283505/what-is-the-best-software-to-draw-erd-for-a-mysql-database-for-windows1what is the best software to draw ERD for a mysql database for windowsrahim asgari2009-08-16T05:25:19Z2009-11-06T22:05:52Z
<p>hi all,</p>
<p>i am looking for the best software to draw ERD in windows for a mysql database.</p>
http://stackoverflow.com/questions/1682542/dbms-debugger-causes-toad-to-hang0DBMS debugger causes TOAD to hang James Collins2009-11-05T18:20:21Z2009-11-05T18:20:21Z
<p>I can start the dbms debugger in Toad and use it normally but if I hit the 'halt execution' button or just hit the 'Run' button to reach the end of the function it causes TOAD to hang. Windows reports it as not responding and I have to kill it through the task manager. </p>
<p>I have had this problem in Toad 9.7.2.5 and Toad 10 on two different laptops.</p>
<p>Has anyone else experienced this problem? </p>
<p>If you have did you find a solution to this?</p>
http://stackoverflow.com/questions/1669682/reverse-engineering-steps3Reverse Engineering stepsManav Sharma2009-11-03T19:41:31Z2009-11-03T20:10:38Z
<p>Everyday we are reading through large amounts of code not well documented.</p>
<p>Understanding the code by jumping into it might not be easy for everyone until they have an idea about the code structure.</p>
<p>If you have to reverse engineer code and want to bring it into some diagrammatic form, what steps do you follow? I know there are tools, like Doxygen, but it would be used at one step of the 'process' of reverse engineering approach.</p>
<p>Is there a nice approach like x then y and then z. Tada!</p>
<p>Can you tell me a process to zoom out of the code maze to a level where we get a high-level view of the system and/or subsystem?</p>
http://stackoverflow.com/questions/1653484/ftp-synchronization-software-for-mac-or-pc0FTP Synchronization software for Mac or PC [closed]evanmcd2009-10-31T05:16:06Z2009-10-31T06:19:34Z
<p>Hi,</p>
<p>I've been using FTP Synchronizer for awhile and generally have had pretty good results with it. But, I've just moved to a Mac full-time (at work as well as home now) so want to get a native client if I can.</p>
<p>I've tried the only one that I've found - SuperFlexibleSynchronizer - but it crashed every time I loaded up an FTP to FTP synch attempt.</p>
<p>The most important features to me are: 1) ability to synch with a large number of files (thousands), as I generally work on sites with large number of files. 2) FTP to FTP synch. This would be very helpful as I work with some CMS based sites for which users upload files while on staging and don't want to move files locally first before moving live.</p>
<p>Thanks!</p>
<p>Evan</p>