Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 07-16-2007, 06:50 PM Need a new FTP..
Skilled Talker

Posts: 50
Trades: 0
Hey Everybody-

I've done some Google-ing but it hasn't helped much. My SmartFTP is starting to act weird and I'd rather play it safe and get something new. I just wanted to see what everybody else had to suggest. Preferably, I'd like something free, but I know how hard it is to find free software that's worth using. I guess I'd be willing to pay for something if it's really worth it or I really need it.

Thanks!
anwipr
anwipr is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-16-2007, 06:55 PM Re: Need a new FTP..
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
WebMaestro is an FTP client written for webmasters. It's a little different from other FTP programs; instead of showing you everything on your computer and everything on the host, you just see your local files, and click to upload them. It keeps track of which ones you've changed and when, so if your page has 400 files and two of them need to be uploaded, it'll show you only those two, apart from the other 398.

Of course it's free. But in the interest if full disclosure, it's important to say that I wrote it. I like it more than other FTP clients because it does exactly what I want it to ... which may or may not be what you expect or want.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 07-16-2007, 07:00 PM Re: Need a new FTP..
Novice Talker

Posts: 10
Name: komp
Trades: 0
Funny enough my Smart FTP is starting to play me up too the last few days. Been fine for at least a year.

Thanks Forrest i'll check it out.

Last edited by ams3521; 07-16-2007 at 07:01 PM..
ams3521 is offline
Reply With Quote
View Public Profile
 
Old 07-16-2007, 07:05 PM Re: Need a new FTP..
Skilled Talker

Posts: 50
Trades: 0
@ams3521: same! I've been using it for the longest time and all of a sudden I can hardly get it to start. I like being able to edit my files by just clicking on them and having the .txt files show up in Notepad. I'm not even sure what's really "standard" since I've only ever used SmartFTP. One thing I don't like is how it times me out after 5 minutes though.

@ForrestCroce: I tried downloading it, but when I ran it, a " .NET Framework Initialization Error " came up. I have no idea what that is; it told me I needed to install some .NET framework... ???

Last edited by anwipr; 07-16-2007 at 07:09 PM..
anwipr is offline
Reply With Quote
View Public Profile
 
Old 07-16-2007, 07:24 PM Re: Need a new FTP..
Novice Talker

Posts: 10
Name: komp
Trades: 0
anwipr ive pretty much used Smartftp since ive been learning to do websites. I think a good alternative could be
http://www.cuteftp.com/downloads/cuteftp.aspx

I forget if its free or not and for why i aint using it. I would recommend that if yourfamiliar with Smart frp
ams3521 is offline
Reply With Quote
View Public Profile
 
Old 07-16-2007, 07:43 PM Re: Need a new FTP..
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
Quote:
Originally Posted by anwipr View Post
@ForrestCroce: I tried downloading it, but when I ran it, a " .NET Framework Initialization Error " came up. I have no idea what that is; it told me I needed to install some .NET framework... ???
Ahh... The Microsoft .NET Framework is a part of Windows, but an optional part. Windows has always run pure machine code from C++, but now that computers are getting so much faster and software more advanced, MS is switching to "managed code." It can't do all of what machine code can do, like "buffer overruns" and other types of errors that can corrupt shared memory. "Managed" or .NET code does things like check the buffer's limits before trying to read or write part of it. Programs for .NET can have logic errors and not do what you want, but they can't crash and bring down the rest of the O/S or other running programs. At least that's the hype from MS.

Anyway, almost all of the development I do is in C# which is a Microsoft .NET programming language. So it will only run on systems that have the .NET Framework on them, and it has to be 2.0 or later. The good news is it's free; the bad news is downloading it won't extend the security benefits to non-managed code.

If you'd like to install the framework, Microsoft hosts it here:

http://msdn2.microsoft.com/en-us/net.../aa731542.aspx

Quote:
.NET Framework Version 2.0 Software Development Kit

This SDK includes everything you need to write, build, test, and deploy .NET Framework applications—documentation, samples, and command-line tools and compilers. You must install the .NET Framework version 2.0 Redistributable Package prior to installing the SDK.
In your shoes, I might try a different client instead of installing a new module into Windows. I think my software is wonderful because it does the specific things I do often, but those might not always be the way you work, and you've got by this far without the framework. I can't recommend one, though, because I wrote my own instead of trying something else. But Windows itself works; if you double click "My Computer" and then type ftp://domain.com into the address bar, it'll prompt you to log in.

I really need to write an msi package or something to test for this stuff during the install.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 07-17-2007, 12:33 AM Re: Need a new FTP..
seolman's Avatar
Super Spam Talker

Latest Blog Post:
What are Canonical Links?
Posts: 769
Name: DaveBob Roundpants III
Location: Heredia, Costa Rica
Trades: 0
A free option I've used quite a bit is Filezilla. You'll have to google it for the site but it's a great little open source FTP.
__________________
"So they have the Internet on computers now?"
Please login or register to view this content. Registration is FREE


Last edited by seolman; 07-17-2007 at 12:33 AM.. Reason: because i type like a two-toed sloth
seolman is offline
Reply With Quote
View Public Profile Visit seolman's homepage!
 
Old 07-17-2007, 07:07 PM Re: Need a new FTP..
Skilled Talker

Posts: 50
Trades: 0
I've got the free trial of CuteFTP going, I'll see how that works out. I'll try Filezilla next, thanks! Any more suggestions would be greatly appreciated, and thanks for everything you've already proposed.
anwipr is offline
Reply With Quote
View Public Profile
 
Old 07-17-2007, 07:43 PM Re: Need a new FTP..
Defies a Status

Posts: 1,606
Trades: 0
Hey guys.

I was referred to core ftp which supports sftp (secure ftp). It is free and I have downloaded it but not yet played with it.

Will try to update this thread after I do.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Old 07-17-2007, 11:26 PM Re: Need a new FTP..
Average Talker

Latest Blog Post:
A Few Ways to get Traffic
Posts: 25
Name: Michael Saffold
Trades: 0
I use filezilla and it is very reliable and fast.
MSaffold is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Need a new FTP..
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.31498 seconds with 12 queries