FTP Program running from 1.4 MB disk?

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
TigerDE2
500 Syntax error
Posts: 12
Joined: 2004-04-06 12:37
Location: EU - Germany

FTP Program running from 1.4 MB disk?

#1 Post by TigerDE2 » 2004-10-08 11:06

Hi!
I'm curreently away from home and have to rely on library computers to update my website. Unfortunatly, not all of those computers I am using have an USB port. (FileZilla by the way works great from USB sticks, thanks for that. :) ) But I still want to update my website from those computers only having a disk drive. (Installing programms on the computers themselves would not work and is forbidden anyway, but it's no problem running stuff from USB sticks, so I suppose, running sth. from disk should be fine, too.)
I am therefore looking for a tiny FTP client (command line would be fine if there was enough documentation) which can run rom a 1.4 MB disk.
Is there such a programm?
Thanks in advance. :)
Regards,
Christian

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#2 Post by botg » 2004-10-08 11:45

Every Windows computer already has a built-in command line ftp client. (Type ftp at command line)

If you want to squeeze Filezilla onto floppy, try packing the executable using upx (http://upx.sourceforge.net/). Keep in mind that some Windows version may have problems with upx packed executables.

vanzan
500 Command not understood
Posts: 3
Joined: 2004-10-10 17:24

#3 Post by vanzan » 2004-10-10 17:28

why not just download the zip version on those library computers? Theres no installer so there shouldnt be a problem.

derf
550 File not found
Posts: 33
Joined: 2004-03-22 01:10
Location: Montréal, QC

#4 Post by derf » 2004-11-06 19:06

The other option would be to look up older versions of FZ that would fit on a floppy (since older releases are smaller). And more specifically, only the FileZilla.exe executable file. It can operate without all the other files, but you can't do sftp though.

TigerDE2
500 Syntax error
Posts: 12
Joined: 2004-04-06 12:37
Location: EU - Germany

#5 Post by TigerDE2 » 2004-11-12 18:38

botg wrote:If you want to squeeze Filezilla onto floppy, try packing the executable using upx (http://upx.sourceforge.net/). Keep in mind that some Windows version may have problems with upx packed executables.
The problem is that there is a file (forgot name/extension) which is really large and which upx can't compress... :-|
Christian

TigerDE2
500 Syntax error
Posts: 12
Joined: 2004-04-06 12:37
Location: EU - Germany

#6 Post by TigerDE2 » 2004-11-12 18:41

derf wrote:The other option would be to look up older versions of FZ that would fit on a floppy (since older releases are smaller). And more specifically, only the FileZilla.exe executable file. It can operate without all the other files, but you can't do sftp though.
Would this also work with the most recent version (just copying the .exe onto the floppy disk)?
Christian

TigerDE2
500 Syntax error
Posts: 12
Joined: 2004-04-06 12:37
Location: EU - Germany

Solution

#7 Post by TigerDE2 » 2004-11-12 18:52

I think I just found a solution for my problem:
http://www.web2ftp.com/ :)
Christian

derf
550 File not found
Posts: 33
Joined: 2004-03-22 01:10
Location: Montréal, QC

#8 Post by derf » 2004-11-17 02:12

TigerDE2 wrote: Would this also work with the most recent version (just copying the .exe onto the floppy disk)?
Christian
The problem is that floppies are 1.44 MB and the executable is 1.53 MB, and older versions have a smaller executable, so that's why I suggested older versions.

Derf

daluu
500 Command not understood
Posts: 3
Joined: 2005-03-07 01:41

windows ftp.exe on floppy

#9 Post by daluu » 2005-03-07 01:48

botg wrote:Every Windows computer already has a built-in command line ftp client. (Type ftp at command line)
You can actually/simply copy the windows "ftp.exe" file in the system32 directory (under c:\windows or c:\winnt) to a floppy & use that. Running it will launch the command line up for you to enter the FTP commands. "Quit" command will terminate the program. This comes in handy if you aren't allowed to enter command line from public PCs. But requires that you are allowed to run executables from floppy.

However, this only works under Windows 2000 and XP, I think. And both Windows 2000 and XP only support their version of the windows ftp program, so you'll need to get a copy of both executables if you want to be able to run on Windows 2000 and XP systems. Simply rename each ftp.exe to identify for Windows 2000 or XP.

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#10 Post by botg » 2005-03-07 09:44

You can try to compress FileZilla.exe using UPX (http://upx.sf.net), but the resulting executable may not work on all Windows versions.

DavidCary
500 Command not understood
Posts: 3
Joined: 2005-03-24 15:17

Re: FTP Program running from 1.4 MB disk?

#11 Post by DavidCary » 2005-03-24 15:26

TigerDE2 wrote:I am looking for a tiny FTP client (command line would be fine if there was enough documentation) which can run from a 1.4 MB disk.
I'm impressed by
Tom's root boot http://www.toms.net/rb/
.
Once you boot from this 1.4 MB floppy,
it includes a FTP utility called "wget"
as well as many other rescue tools.

--
David

Post Reply