This powerhouse FTP client takes some getting used to, but you'll be glad you gave it a chance. Don't be alarmed by the cramped, multipane Windows Explorer-like interface; you can customize the toolbars and windowpanes however you like.
With the Local Browser window visible, SmartFTP supports drag-and-drop transfers like those on basic FTP clients. But its real power lies deeper within its option menus, where you'll find CHMOD remote file-attribute modification, background file transfers, multiple FTP connections, passive-mode transfers, site-to-site transfers (FXP), and connections via proxy or SSL. Using the Global Queue window, you even can schedule downloads or uploads to more than one server.
SmartFTP may overwhelm beginners, but it's a natural for intermediates and up.
window.addEvent('domready', function() { $$('div[id^="universalVideo"]').set('styles', { clear: 'none', overflow: 'hidden' }); });SmartFTP allows you to transfer files across the Internet. It features an Explorer-like, customizable interface and supports drag-and-drop functions. Multiple FTP connections can be opened at the same time, and you can copy files from one remote host to another (FXP). Remote-host directory information is cached for future viewing, and FTP URLs are supported. Other features include a favorites list, the ability to resume broken downloads, a global history, background transfers, proxy support, a passive transfer mode, and the ability to perform recursive downloads, uploads, and deletes.
All versions:3.6 stars out of 51 votes5 star: 21 4 star: 13 3 star: 4 2 star: 3 1 star: 10 Current version:0 stars Be the first to review this product My rating:0 starsWrite review 1.0 stars"Fraud Software"September 14, 2012 | By Houranis Version: SmartFTP Client (64-bit) 4.1.1264ProsGood, stable software with lot features, low priceConsFraud, Very bad support, if you format your PC, you cannot use the license again, and support won't help youSummaryStay away from itReply to this review Was this review helpful? (0) (0) 5.0 stars"My type of FTP program."January 11, 2012 | By elmerpalmer Version: SmartFTP Client (64-bit) 4.0.1228ProsEasy to use, a dream to understand and learn.ConsI haven't found any in over 6 years of useReply to this review Was this review helpful? (0) (0) 4.0 stars"good for torrents"November 14, 2011 | By elephantjim Version: SmartFTP Client (64-bit) 4.0.1225Prosdownloads for torrents , fastConsnone that know ofSummaryI am glad I found this Program and downloadedReply to this review Was this review helpful? (0) (0) 1.0 stars"Was an ok Product that is being held back by Developer"July 15, 2011 | By weisborg Version: SmartFTP Client (64-bit) 4.0.1206ProsWas one of the quicker applications that transferred files and directories quickly. Built in Editor and other advanced options made me pick it to purchase.ConsDeveloper doesn't like being told he has bugs. Before purchase I mentioned some things that were not working right that stopped me from buying. He fixed half, but then once purchased he stopped. Error reports he can't fix just get deleted off forum.SummaryDeveloper is very rude. If you report an issue he likes to blame other things like You being to dumb to operate it, OS, network, firewall, etc. Other apps like Filezilla work without issue, but he still ignores reports and just deletes them...and you...from his forum. He is big on asking for license/system info a lot on his forum too like he thinks everyone is a software pirate. If your Server is running PureFTP DO NOT get this software. There are issues with SmartFTP keeping ports open and using all your available up as well as not detecting when PureFTP drops/times out inactive ports causing it to ignore your next drag/drop operation or file transfer request. Filezilla or Core work better for basic use. I may even buy Cute since it seems to have the same/better features too once the useless maint is up. He is in a constant state of fixing issues and making more problems, so you will never get good use out of any maint purchased.Reply to this review Was this review helpful? (1) (0) 4.0 stars"good enough"April 17, 2011 | By BenMech Version: SmartFTP Client (64-bit) 4.0.1178Prosgood enoughConstrialware deactivationsReply to this review Was this review helpful? (0) (0) 1.0 stars"Bad customer support"March 22, 2011 | By vldrom Version: SmartFTP Client (64-bit) 4.0.1174ProsIt almost does the job, but has plenty of bugs.ConsI am a paying customer (license ID 400101932) with problems after installing updates, they are no longer replying to my messages. This is how they treat their customers.SummaryDon't buy anything from this company (or individual, as there is no record of a company behind the website).Reply to this review Was this review helpful? (0) (0) 4.0 stars"Fast and easy install, needs better documentation."January 28, 2011 | By bdnwc Version: SmartFTP Client (64-bit) 4.0.1163ProsOnce configured it is impressively fast on the transfers.ConsCould use better documentation for configuring, if you have experience using ftp programs this is easily overcome.SummaryI am purchasing the program.Reply to this review Was this review helpful? (0) (0) 5.0 stars"Easy and Straightforward Connection"November 8, 2010 | By motoroilinfo Version: SmartFTP Client (64-bit) 4.0.1145ProsLocks up with server very fast. Never having disconnection issues once upload has started.ConsThe menu is a little bit to fancily designed. A more plan looking design will actually make uploading less confusing.SummaryA solid product that will upload and download your files with minimal effort.Reply to this review Was this review helpful? (0) (0) 5.0 stars"Best ftp program I have found."June 16, 2010 | By SystemVisions Version: SmartFTP Client (64-bit) 4.0.1121ProsAfter 3 years of using SmartFTP (1 year for the 64bit version), I firmly believe this is the best in the market.ConsI would like to have less delay time between upload groups when uploading a full website. Otherwise, this program is perfect.SummaryAfter 16 years of using many ftp programs, both free and premium, I find SmartFTP to be the easiest to use, the most extensive in features, and far more flexible than most. Pay for it once and you own it; however, It is well worth the small annual maintenance upgrade charge to keep getting improved versions.Reply to this review Was this review helpful? (0) (0) 5.0 stars"Good FTP tool"February 12, 2008 | By lizzyfog Version: SmartFTP Client (64-bit) 2.5.1008.37ProsI'm impressed by the software's functions!Reply to this review Was this review helpful? (0) (0) You are logged in as . Please submit your review for SmartFTP Client (64-bit) 4.1.1299Please describe the problem you have with this software. This information will be sent to our editors for review.
Thank you for submitting a problem report! The Download team is committed to providing you with accurate software information.
OK
// Floating Download Bar function toggleDLbarStop() { var downloadNowButton = $('downloadLinks'); var downloadNowBar = $('floatingDLCTABar'); var downloadNowButtonCoordinates = downloadNowButton.getCoordinates(); var windowScroll = window.getScroll(); downloadNowBar.set('tween', { duration: 'short', transition: 'linear', link: 'ignore' }); if(windowScroll.y > downloadNowButtonCoordinates.bottom){ downloadNowBar.removeClass('hiding'); downloadNowBar.addClass('showing'); downloadNowBar.tween('height', 36); } else if(windowScroll.y

3:09 AM
Amazon Software Center
Posted in:
0 comments:
Post a Comment