Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Programming & Scripting (http://www.greenguysboard.com/board/forumdisplay.php?f=15)
-   -   Ms FTP - it rocks! (http://www.greenguysboard.com/board/showthread.php?t=35962)

MightyMidget 2006-11-10 12:20 AM

Ms FTP - it rocks!
 
I don't know if I'm insane, stupid, or what...

why is it that console FTP (ftp.exe in windows/system32) is like 5 times faster when uploading than any other ftp program I've tried (and I've tried a few)

Can anyone else confirm this or am I the only one seeing this? Maybe I'm hallucinating...

MightyMidget 2006-11-10 12:31 AM

I just uploaded a 1Mb mpeg file to test my theory:

Ms Ftp: 5.5s (299 k/s)
FlashFxp: 19.2s (107 k/s)
Ftp Navigator: 28s (60 k/s)

Hmmm.....

ladydesigner 2006-11-10 08:42 AM

I didn't even know there was an ftp program with Windows. |huh How the heck do you use it??

Fonz 2006-11-10 08:52 AM

I use that one (via cmd.exe) to download .htaccess files that aren't visible on some servers I frequent. Takes a little longer to enter all the data but it does the job. I didn't know it uploaded faster than regular ftp programs.

MightyMidget 2006-11-10 08:56 AM

It's quite a handy little tool, especially for automating uploads. You run it from a console.

Basically you write commands like this:

open ftpaddress
myname
mypassword
bin
put file

you can also use wildcards like
mput *.jpg
to upload all jpg files in the current folder

but the really neat part comes when you put the above in a file (ie ftpfile.txt) and run it like
ftp -s:ftpfile.txt

If you're into automating things it's very useful.

zigx 2006-11-11 12:04 AM

but watching a status bar is So fun!

ladydesigner 2006-11-11 05:42 AM

I still don't get it. I think I'll just stick with WsFtp for now. :)

Fonz 2006-11-11 08:59 AM

Quote:

Originally Posted by ladydesigner (Post 311589)
I still don't get it. I think I'll just stick with WsFtp for now. :)

WsFTP, that's the one with all the funny noises right? :)

j3sUS183 2006-11-11 12:53 PM

Quote:

Originally Posted by zigx (Post 311578)
but watching a status bar is So fun!

Agree with that :D :D :D

ladydesigner 2006-11-11 03:38 PM

Quote:

Originally Posted by Fonz (Post 311620)
WsFTP, that's the one with all the funny noises right? :)


LOL! Yep, that's the one. ;)


All times are GMT -4. The time now is 01:43 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc