Search    
| | | | |

Previous Blogs
 
Search:


VXT News
:: Star Trek Movie & Series Rankings [Updated]
:: Half Life 2 - Episode 2 - Portal Acheivements
:: VXT Fortran
:: The Ovation VXT Guitar
:: My Rants

» More 

Computer Tips & Reviews
:: Computer News Feeds
:: Opera: The Steve Fonyo of Browsers
:: Web Development Tip: Breaking Out Of Frames
:: phpBB3 Version 3.0.5 Email Error
:: Internet Explorer 8: To Install Or Not To Install
:: Computer Tips: How to Take Screenshots

» More 

Transformers News
:: My Transformers Collection
:: Transformers Reviews: ROTF Human Alliance Bumblebee
:: Top 10 G1 Transformers Episodes
:: Transformers: Revenge of the Fallen Review
:: Transformers Reviews: Revenge of the Fallen Optimus Prime
:: TFcon 2009

» More 

Personal
:: Peter & Lily's Wedding
:: The Ovation VXT Guitar
:: Old Picture
:: SYTYCD Tour 2006, Toronto
:: My Sister Annie's Daughter Natalie

» More 


Popular Blogs
PHPBB3 Tips: How To Query Custom Profile Fields
Comment from Seebz on Jun 10, 2010, 9:21:04 AM
Lost Finale - A Big Disappointment
Comment from vxt on May 24, 2010, 10:16:20 PM
Configuring Speedstream 6520 For Modem Only Mode
Comment from vxt on May 12, 2010, 3:50:26 PM
Transformers Reviews: Revenge of the Fallen Optimus Prime
Comment from Arry Constantine Prime on Mar 22, 2010, 10:15:18 PM
Filezilla vs WinSCP
Comment from vxt on Dec 18, 2009, 3:21:57 PM

Links
SYTYCD Fans
SYTYCD Canada Season 3 Ep11 - The Top 18 Perform
Who Pissed In Your Corn Flakes
How to Park at Pacific Mall (or any Asian Mall)
Simon - Space Piracy!
Oh, snap!
Simon Carr
My Friend's Band - Octoberman
Toronto Weather
Nam Tran Makeup


Ads

Sites I've Worked On
Oakville Optometry
Astro Amusements
Calexis Advertising & Marketing Counsel
CWDMA
Canada Bread Foodservice
Star Electronics
Wizard World
Screemers
Half Wasted


Viet's Online Games
Web based games that I've created. Enjoy!




Did You Know?

Filezilla vs WinSCP
March 28, 2009

This review compares Filezilla 3.x and WinSCP 4.x. I've been disappointed in Filezilla 3 ever since it was released. The reason being that it eliminated many good features which were in Filezilla 2. Filezilla 2 was very friendly to web developers whereas Filezilla 3 seems to want to alienate us. As a web developer, I often want to be able to have access to edit a file from within the FTP client so that I don't have to keep switching between Windows Explorer and the FTP client in order to edit and upload files.

Filezilla 2 allowed you to edit a local file using an external program. Filezilla 3 also allows you to do this but it created an annoyance by only allowing you to edit a local file if you were connected to a server. Because FTP servers often timeout quickly, you would constantly have to reconnect to edit a local file. Another annoyance is that whenever you change a local file, it pops up a window asking if you want to upload the file.

A new feature that I like in Filezilla 3 is that it allows you to edit remote files. What it does is download the file to Window's temporary directory and then upload the file when you were done editing it. A problem I have with this is that it too pops up a window to ask if you want to upload the file after you have changed it. If I was editing a local file and a remote file at the same time, I would get two pop up windows so I would have to pause for a moment to figure out which popup window was for which file. This may seem like a little thing but when you are editing multiple files a minute, like I am, it adds up to a huge waste of time and sometimes causing me to upload a local file which I didn't intend to.

Another problem I have with Filezilla 3 is that for SFTP using keys, it would only allow you to enter one key file so every SFTP site you use would try to use that key file. It's possible that there is a way to use different keys for different sites but I couldn't figure it out.

And my last complaint about Filezilla is that its developer refused to acknowledge these issues and would constantly state that Filezilla is not a file manager. Well, that's fine if that's his stance but that just means that it's not much use to me.

Googling for solutions to my disappointments with Filezilla 3, I found someone who recommended WinSCP. I've been using WinSCP for a couple of weeks now and I'm loving it. WinSCP doesn't have any of the problems I mentioned above with Filezilla 3. When you are editing a local file, no annoying popups asking you if you want to upload the file. When you edit a remote file, it's like you are editing it right on the server. You can't edit a local file unless you are connected to a server, but the keep-connect-alive feature really helps with this problem. Not only does it have all the features I'm looking for, it has other good features that I wasn't even looking for.


One of the features I like is in the location bar (local and remote) for your file, you can click on a specific folder within the path and it will switch to that folder. There's no longer any need to click the parent directory button! That is such a huge time saver. And if you click on the name of the directory you are in, you can bookmark it. I have yet to use this feature but it seems like a nice feature. You can also choose to show the directory tree if you prefer to navigate that way. It has synchronize browsing and compare directories (I believe it only shows which files are newer and not missing files).

The only problem I've found so far was that the default timeout value is set to 15 seconds which is extremely short. This can be found in Preferences > Connection. You can set a Keep-Alive value but the strange thing is that the default for that is 30 seconds (which is longer than the timeout value so it will never keep the connection alive). Just a weird thing I found. I was able to change the default Timeout value in the registry so that I wouldn't have to constantly set the value when I created a new session.

This can be set in HKEY_CURRENT_USER \ Software \ Martin Prikryl \ WinSCP 2 \ Sessions \ Default%20Settings

Add a Timeout DWORD entry and set it to how many seconds you want it to be. Don't forget to select Decimal value unless you know the Hex value.

So, the winner is clearly WinSCP! Download it here!

EDIT:
An issue I've found with WinSCP is that it crashes a lot. Especially when going out of Standby / Hibernation.
Bookmark and Share
Comments

Total Comments: 2
Posted by: Stan V on December 15, 2009 11:37:20 PM ETPost link
I share your views about FileZilla 2 and 3. It's very unfortunate what has hapenned with that program. I use FileZilla 3 on Mac (as only 3 is crossplatform) and I keep hitting into the same issues every time, such as being unable to control the queue in a granular fashion as with 2.x (such as pause a specific big file that's slowing the queue).

That said, FileZilla 2.x is out there and usable. There's no specific reason to abandon it, it's a functional piece of software and I'm using it for web dev heavily under Windows today.

I want to correct you on one note: FileZilla *does* allow editing remote files. Like 3.x it'll popup a dialog if I want the file uploaded, but it doesn't do that for local files, so that confusion you mentioned isn't a problem.
Posted by: vxt on December 18, 2009 3:21:57 PM ETPost link
There is no going back to Filezilla for me. WinSCP is a beautiful thing. Unfortunately, there isn't a Mac version so I guess it's not for you.
Valid XHTML 1.0!
© Copyright 2010 Viet Tran. All Rights Reserved. Powered by Content ManagerTM | Site Map | Top