FTP

Support, Discussion, Reviews
Post Reply
User avatar
Akaran_D
Way too much time!
Way too much time!
Posts: 4151
Joined: July 3, 2002, 2:38 pm
Location: Somewhere in my head...
Contact:

FTP

Post by Akaran_D »

Looking for a good, free, FTP program for file transers to and from my webserver. Thanks!
Akaran of Mistmoore, formerly Akaran of Veeshan
I know I'm good at what I do, but I know I'm not the best.
But I guess that on the other hand, I could be like the rest.
User avatar
Syenye
Almost 1337
Almost 1337
Posts: 641
Joined: September 17, 2004, 10:08 am
Gender: Female
XBL Gamertag: asian tempest

Post by Syenye »

ws ftp. just google it.
User avatar
Akaran_D
Way too much time!
Way too much time!
Posts: 4151
Joined: July 3, 2002, 2:38 pm
Location: Somewhere in my head...
Contact:

Post by Akaran_D »

I used their home version, and now they want me to pay 34$ for it. I have the LE edition on my other comp, but don't have the install file for it handy to transfer over.
Akaran of Mistmoore, formerly Akaran of Veeshan
I know I'm good at what I do, but I know I'm not the best.
But I guess that on the other hand, I could be like the rest.
User avatar
Tenuvil
Way too much time!
Way too much time!
Posts: 1841
Joined: July 11, 2002, 6:13 pm

Post by Tenuvil »

there's a command line ftp tool built into the command processor in Windows :P
User avatar
Winnow
Super Poster!
Super Poster!
Posts: 27726
Joined: July 5, 2002, 1:56 pm
Location: A Special Place in Hell

Post by Winnow »

FlashFXP and CuteFTP are good if you can find cracks.

http://www.flashfxp.com/
User avatar
Aslanna
Super Poster!
Super Poster!
Posts: 12479
Joined: July 3, 2002, 12:57 pm

Post by Aslanna »

Tenuvil wrote:there's a command line ftp tool built into the command processor in Windows :P
He said good not basic! For an FTP program GUI really is better imo. Anything involving file management is usually made easier by the application of a GUI. Also things like transfer resume are handy.
Have You Hugged An Iksar Today?

--
User avatar
Akaran_D
Way too much time!
Way too much time!
Posts: 4151
Joined: July 3, 2002, 2:38 pm
Location: Somewhere in my head...
Contact:

Post by Akaran_D »

Dumb question time. How does the windows command ftps ystem work?
Akaran of Mistmoore, formerly Akaran of Veeshan
I know I'm good at what I do, but I know I'm not the best.
But I guess that on the other hand, I could be like the rest.
User avatar
Neost
Almost 1337
Almost 1337
Posts: 911
Joined: July 3, 2002, 1:56 pm
Gender: Male
XBL Gamertag: neost
Wii Friend Code: neost
Contact:

Post by Neost »

start a dos box and type:

ftp ftp.ftpsite.com

and you'll be prompted for a username and password. Most public ftp sites accept anonymous login so use anonymous for the user and your email as the password.

you can type help at the prompt for commands that are available but typically its linux type commands for navigation, i.e. "cd dirname", ls for listing files.

usually I type "bin" to make sure I'm doing a binary xfer and "get <filename>" will download a file. You can use mget to download multiple files. "put" sends a file.

Remeber where you are because ftp downloads into whatever directory you are in when you type "ftp ftp.ftpsite.com".
User avatar
Tenuvil
Way too much time!
Way too much time!
Posts: 1841
Joined: July 11, 2002, 6:13 pm

Post by Tenuvil »

edit: what Neost said.

I use the Power Toy "command prompt here" from Microsoft to easily open up a command window in a given folder then run ftp from that window.

Be careful with case, the MS built-in ftp tool is a straight port of a *nix command line ftp, and as we know *nix is case sensitive with regard to filenames. HAWTBABE.JPG is not the same file as hawtbabe.jpg.

Also, using ? is the same as typing help

And to exit the ftp tool use "quit" rather than "exit".
User avatar
Xatrei
Way too much time!
Way too much time!
Posts: 2104
Joined: July 22, 2002, 4:28 pm
Gender: Male
Location: Boringham, AL

Post by Xatrei »

I prefer the command line ftp tool built into windows, but if you prefer a GUI, just use Internet Explorer by typing ftp://username@ftp.site.com into the location bar (substituting your actual username and ftp address, of course). You will be prompted for a password, and once logged on you can drag and drop files to and from the FTP server.
"When I was a kid, my father told me, 'Never hit anyone in anger, unless you're absolutely sure you can get away with it.'" - Russel Ziskey
User avatar
Akaran_D
Way too much time!
Way too much time!
Posts: 4151
Joined: July 3, 2002, 2:38 pm
Location: Somewhere in my head...
Contact:

Post by Akaran_D »

rofl.. yeah, that's easy enough.
Thanks Xag.
Akaran of Mistmoore, formerly Akaran of Veeshan
I know I'm good at what I do, but I know I'm not the best.
But I guess that on the other hand, I could be like the rest.
User avatar
Kargyle
Star Farmer
Star Farmer
Posts: 358
Joined: December 5, 2002, 6:57 pm
Location: Houston, Texas

Post by Kargyle »

I don't know if it still does, but CuteFTP used to install Spyware/Adware, and CuteFTP ceased to function if the spyware/adware was removed. Just something to keep in mind if you decide to try CuteFTP.
User avatar
Tenuvil
Way too much time!
Way too much time!
Posts: 1841
Joined: July 11, 2002, 6:13 pm

Post by Tenuvil »

much h8 for CuteFTP. I generally use Explorer or the command line ftp these days, but wheen I needed a separate ftp tool I used WSFTP. Kinda sucks to see that there's no longer a freeware version.
User avatar
Drolgin Steingrinder
Way too much time!
Way too much time!
Posts: 3510
Joined: July 3, 2002, 5:28 pm
Gender: Male
PSN ID: Drolgin
Location: Århus, Denmark

Post by Drolgin Steingrinder »

I like SmartFTP, easy to use.
IT'S HARD TO PUT YOUR FINGER ON IT; SOMETHING IS WRONG
I'M LIKE THE UNCLE WHO HUGGED YOU A LITTLE TOO LONG
User avatar
Winnow
Super Poster!
Super Poster!
Posts: 27726
Joined: July 5, 2002, 1:56 pm
Location: A Special Place in Hell

Post by Winnow »

Kargyle wrote:I don't know if it still does, but CuteFTP used to install Spyware/Adware, and CuteFTP ceased to function if the spyware/adware was removed. Just something to keep in mind if you decide to try CuteFTP.
It may still install spyware. I got fed up with the cracks not working for CuteFTP and switched to FlashFXP which I like better now. CuteFTP didn't work as an FTP client for XBox as well. Not worth buying!
User avatar
Dups.
Almost 1337
Almost 1337
Posts: 580
Joined: July 22, 2002, 9:19 pm

Post by Dups. »

Cuteftp is so fucking bloated nowadays.

I find leapftp is great and has a nice GUI.
I have no sense of decency. This way , all my other senses are enhanced!
Lynks
Way too much time!
Way too much time!
Posts: 2774
Joined: September 30, 2002, 6:58 pm
XBL Gamertag: launchpad1979
Location: Sudbury, Ontario

Post by Lynks »

BUlletProof FTP isnt that bad either.

By the way, what is a good one for running as a Server, I got Serv-U but I'm running into problems.
User avatar
Tenuvil
Way too much time!
Way too much time!
Posts: 1841
Joined: July 11, 2002, 6:13 pm

Post by Tenuvil »

Lynks wrote:By the way, what is a good one for running as a Server, I got Serv-U but I'm running into problems.
Linux? If I were running an ftp server I'd have it on a dedicated small Linux box in a DMZ and certainly ot on a machine I was going to use for anything else...
User avatar
Neost
Almost 1337
Almost 1337
Posts: 911
Joined: July 3, 2002, 1:56 pm
Gender: Male
XBL Gamertag: neost
Wii Friend Code: neost
Contact:

Post by Neost »

When I do want to run an ftp on a windows box i use cerberus ftp server. I typically only do that to transfer images to load-balancers for Webns upgrades or for the co-worker to grab a movie.
Post Reply