FTP
- Akaran_D
- Way too much time!
- Posts: 4151
- Joined: July 3, 2002, 2:38 pm
- Location: Somewhere in my head...
- Contact:
FTP
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.
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.
- Akaran_D
- Way too much time!
- Posts: 4151
- Joined: July 3, 2002, 2:38 pm
- Location: Somewhere in my head...
- Contact:
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.
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.
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.Tenuvil wrote:there's a command line ftp tool built into the command processor in Windows
Have You Hugged An Iksar Today?
--
--
- Akaran_D
- Way too much time!
- Posts: 4151
- Joined: July 3, 2002, 2:38 pm
- Location: Somewhere in my head...
- Contact:
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.
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.
- Neost
- Almost 1337
- Posts: 911
- Joined: July 3, 2002, 1:56 pm
- Gender: Male
- XBL Gamertag: neost
- Wii Friend Code: neost
- Contact:
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".
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".
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".
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".
- Xatrei
- Way too much time!
- Posts: 2104
- Joined: July 22, 2002, 4:28 pm
- Gender: Male
- Location: Boringham, AL
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
- Akaran_D
- Way too much time!
- Posts: 4151
- Joined: July 3, 2002, 2:38 pm
- Location: Somewhere in my head...
- Contact:
rofl.. yeah, that's easy enough.
Thanks Xag.
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.
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.
- Drolgin Steingrinder
- Way too much time!
- Posts: 3510
- Joined: July 3, 2002, 5:28 pm
- Gender: Male
- PSN ID: Drolgin
- Location: Århus, Denmark
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!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.