Reply
FTP clients
Old 06-02-2007, 03:47 AM FTP clients
Experienced Talker

Posts: 33
Name: Chris
Wasn't sure where to put this post (feel free to move it).
I'm after an FTP client that gives an adequate display of folder properties - eg, size:2.97 MB, 740 Files, 136 folders.
I've used a few of the free ones (Filezilla, Core FTP) but ensuring that everything gets uploaded safely is not easy.
Can anyone suggest a goodun?

Last edited by derjavina : 06-02-2007 at 03:48 AM.
derjavina is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 06-02-2007, 05:08 AM Re: FTP clients
chrishirst's Avatar
Super Moderator

Posts: 13,519
Location: Blackpool. UK
have a look at WebMaestro. The author is a member here ( ForrestCroce ) so support shouldn't be a problem
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-02-2007, 05:38 AM Re: FTP clients
Novice Talker

Posts: 6
i know you mentioned File Zilla already but i use that and it has never done me wrong
Allalution is offline
Reply With Quote
View Public Profile
 
Old 06-02-2007, 07:26 AM Re: FTP clients
Experienced Talker

Posts: 33
Name: Chris
Filezilla has been playing up - timing out before I can even open the folder I'm after, stubbornly refusing to upload a particular .css file. I switched today to Core FTP. Neither of these have an efficient way to check how many nested folders and files are contained within a root folder. You have to go through each folder, opening them one by one, if you want that information.
Can you do this in Web Maestro?

Last edited by derjavina : 06-02-2007 at 08:36 AM.
derjavina is offline
Reply With Quote
View Public Profile
 
Old 06-02-2007, 10:09 AM Re: FTP clients
willcode4beer's Avatar
Webmaster Talker

Posts: 695
Name: Paul Davis
Location: San Francisco
A bit off topic but, it seems like every other day there is a new exploit in one or another FTP server. I've long since removed the FTP server from all of my servers. All my transfers are via SCP (secure copy) nowadays.
Personally, I just use the command line tools for file transfer. Its just quicker for me.
Some of my friends (who like GUI tools) use fish in Konqueror. Then the diff between local and remote resources is transparent.


back on topic
I'm pretty sure that most modern versions of windows will let you mount an FTP connection as a drive. You shouldn't need any special FTP software. I know many other OS's can do it (Linux/Unix, Mac, Plan9, BeOS).
__________________
Paul Davis
willCode4Beer.com (coding for all the right reasons)
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 06-02-2007, 01:53 PM Re: FTP clients
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,024
Name: Forrest Croce
Location: Seattle, WA
I would of course second Chris's recommendation to use the FTP client I wrote if you're going to use one. It doesn't give you a folder count ( although that seems like a good idea for the next release ), but it's meant specifically to keep a local and web folder in sync. When you make a change to c:\somePath\file.html, WebMaestro recognizes the change and maintains a list of which files have fallen out of sync. It doesn't have a lot of traditional FTP client functionality - it won't show you files on the target server - because those just haven't been necessary updating my web site.

Caveat Emptor, well not really, because there are enough free clients you shouldn't pay for one, but willcode4beer has some good points. FTP isn't the most secure protocol in the world, in fact with servers running older software, the credentials are sent in plain text over the wire.

I'm not sure whether you can mount an FTP connection as a drive, never tried it, but you can type ftp://someserver.com into the address bar in Windows Explorer or Internet Explorer ( not 7 ) and look at the target server the way you're used to seeing files and folders.
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 06-03-2007, 03:09 PM Re: FTP clients
wilsonator's Avatar
Novice Talker

Posts: 10
Location: St. Helens, UK
I use FTP surfer which can be found here.

I think it has what you need.
wilsonator is offline
Reply With Quote
View Public Profile
 
Old 06-03-2007, 04:57 PM Re: FTP clients
Learning Newbie's Avatar
Moderator

Latest Blog Post:
My Wish for Webmaster Talk
Posts: 5,181
Name: John Alexander
Ah, FTP, those were the days. That's why server-based code is so popular, it's such a hassle dealing with keeping file structures synced up, manually. A friggin' pain in the posterior. But you can't always go with a CMS or web application, so your best bet is either just use Windows itself, any modern version since this century, and drag-n-drop your entire web site onto the server. Say yes-to-all about overriding files that already exist up there. It's slow, but when it finishes you can be 100 % sure your server has exactly what you have. Forrest's software is really cool, too, and I've got a personal site I use it on, but there's something to be said for not using extra software when you don't need to.
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 06-03-2007, 05:00 PM Re: FTP clients
DRP
DRP's Avatar
Ultra Talker

Posts: 347
Location: Great Britain
Try FlashFXP it has all the features you are looking for, it's also very good.
__________________
Znoogle.com
DRP is offline
Reply With Quote
View Public Profile Visit DRP's homepage!
 
Old 06-03-2007, 10:17 PM Re: FTP clients
Novice Talker

Posts: 13
I like cuteFTP
brucec is offline
Reply With Quote
View Public Profile
 
Old 06-03-2007, 11:54 PM Re: FTP clients
avahosting's Avatar
Novice Talker

Posts: 7
Name: Ava
Location: New York
I like CuteFTP also, it's very popular.

Has anyone ever used FlashFXP?
Flash fxp is considered one of the best out there.

I would take cute over flashy any day.. in all areas of my life LOL!


Quote:
Originally Posted by brucec View Post
I like cuteFTP
avahosting is offline
Reply With Quote
View Public Profile Visit avahosting's homepage!
 
Old 06-04-2007, 04:46 AM Re: FTP clients
xprmnt's Avatar
Extreme Talker

Latest Blog Post:
Pagerank 0, the new Leprosy ?
Posts: 212
Name: GiorgosK
Location: Geoland.org - Greece
Fillezilla for me, but I am going to try (when I find the time) the webMaestro from forrest
xprmnt is offline
Reply With Quote
View Public Profile Visit xprmnt's homepage!
 
Old 06-04-2007, 05:29 AM Re: FTP clients
Experienced Talker

Posts: 33
Name: Chris
I'll check out Flash FXP and FTP surfer to see what they're like.

Can anyone point me to info on using Windows to ftp? It sounds good, but I wouldn't have a clue how to do it.
derjavina is offline
Reply With Quote
View Public Profile
 
Old 06-04-2007, 05:53 AM Re: FTP clients
Extreme Talker

Posts: 205
Total comander works for me
SeemsOk is offline
Reply With Quote
View Public Profile
 
Old 06-07-2007, 01:13 PM Re: FTP clients
Average Talker

Posts: 21
Name: Mak Ming Wei
Location: Malaysia
you can try ipswitch
m.w.mak is offline
Reply With Quote
View Public Profile
 
Old 06-08-2007, 08:38 AM Re: FTP clients
xprmnt's Avatar
Extreme Talker

Latest Blog Post:
Pagerank 0, the new Leprosy ?
Posts: 212
Name: GiorgosK
Location: Geoland.org - Greece
Quote:
Originally Posted by derjavina View Post
Can anyone point me to info on using Windows to ftp? It sounds good, but I wouldn't have a clue how to do it.
Are you talking about windows command line ftp ?

the basics :
start > run
>cd c:\your_folders\upload_download_folder ENTER
>cmd ENTER ("command") in windows 98
>ftp ftp.yourserver.com ENTER
>your_username ENTER
>your_password ENTER
>ls ENTER (gives you all the files in the current folder)
>cd folder (takes you to the "folder")

use "get file" command to download
use "put file" command to upload
use "help" command to see all available commands
user "help command" to see more info on the command

Hope it helps
xprmnt is offline
Reply With Quote
View Public Profile Visit xprmnt's homepage!
 
Old 06-09-2007, 05:03 AM Re: FTP clients
Skilled Talker

Posts: 52
Name: Timothy Nerbonne
Flash FXP

Remember, you get what you pay for.
nerbonne is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to FTP clients
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.23683 seconds with 12 queries