Any good way to transfer files these days?!

MDesigner

Platinum Member
Apr 3, 2001
2,016
0
0
I'm sure I'm not the only person who feels there's a real shortage of good options for transferring files directly to someone else over WAN. Let's see...

1) Via chat: problematic because of people who have firewalls.. you never know what port# it's going to use
2) FTP: not everyone can run an FTP server.. I tried Cerberus but was not impressed.. it kept dumping the connection.
3) Web space: again, not everyone has web space to put their files in.

We just need a simple f'ing application that both parties can run, it runs on ONE specific port#, and reliably transfers files. Is there anything like this??
 

Armitage

Banned
Feb 23, 2001
8,086
0
0
Originally posted by: MDesigner
I'm sure I'm not the only person who feels there's a real shortage of good options for transferring files directly to someone else over WAN. Let's see...

1) Via chat: problematic because of people who have firewalls.. you never know what port# it's going to use
2) FTP: not everyone can run an FTP server.. I tried Cerberus but was not impressed.. it kept dumping the connection.
3) Web space: again, not everyone has web space to put their files in.

We just need a simple f'ing application that both parties can run, it runs on ONE specific port#, and reliably transfers files. Is there anything like this??


Uhm ... ftp??
Not sure I understand what your objections to it are.
 

ScottMac

Moderator<br>Networking<br>Elite member
Mar 19, 2001
5,471
2
0
Get a Yahoo Briefcase. ~ 10 Meg free, more available, I believe.

You put it up, your friend picks it up there.

Check it out.

Scott
 

Cadaver

Senior member
Feb 19, 2002
344
0
0
I'd vote for FTP, too.
I've not tried Cerberus, but there are lots of free FTP apps out there.
 

MDesigner

Platinum Member
Apr 3, 2001
2,016
0
0
FTP is ok, I suppose. I do hate leaving port 21 open to the world.. and some of the people connecting to me either may know how to change the default port. They're not techies like me. :) And DOS ftp doesn't allow you to specify a port I don't think.
 

igowerf

Diamond Member
Jun 27, 2000
7,697
1
76
Originally posted by: MDesigner
FTP is ok, I suppose. I do hate leaving port 21 open to the world.. and some of the people connecting to me either may know how to change the default port. They're not techies like me. :) And DOS ftp doesn't allow you to specify a port I don't think.

Why would you use DOS ftp? I seriously doubt you'll have problems "leaving port 21 open to the world." I set up an FTP with accounts for all my friends. It's works great because I can even grab my own files when I'm over at their place.
 

Armitage

Banned
Feb 23, 2001
8,086
0
0
Originally posted by: MDesigner
Why use DOS ftp? Some people do not have any kind of 3rd party ftp app installed.

Everybody has a browser. Good enough client for reciving at least.
 

McMadman

Senior member
Mar 25, 2000
938
0
76
serv-u and ie has never worked for me, it always says that the directory list can't be obtained, of course you can always download something quick ftp client wise, or use the built in ftp.exe.
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Download simpleserver from analogx.com, drop a folder onto its window, and it'll run a webserver with that as the root. You can get it to do directory listings if you modify some registry value (not sure why that's hidden)

Honestly, ftp should be dead simple. As mentioned, people can just use their browser. IE will even show folders that you can drag 'n drop. Leaving port 21 "open to the world" shouldn't be a problem whatsoever, as long as you're not allowing anonymous login.

Email?
 

EeyoreX

Platinum Member
Oct 27, 2002
2,864
0
0
What about the dozens of P2P applications designed for things just like this? Believe it or not, they can be used legitimately and not just for pirating software/music/movies.

\Dan
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
And DOS ftp doesn't allow you to specify a port I don't think.

Yes it does, the problem is MS' lack of documentation that should explain things like that.

I do hate leaving port 21 open to the world.

You shouldn't run software you don't trust on any port and having the port open won't cause any problems as long as the software listening on it is secure.
 

BCYL

Diamond Member
Jun 7, 2000
7,803
0
71
Originally posted by: McMadman
serv-u and ie has never worked for me, it always says that the directory list can't be obtained, of course you can always download something quick ftp client wise, or use the built in ftp.exe.

For Serv-U you also need to open port 20 as well as port 21... after that it should work...
 

McMadman

Senior member
Mar 25, 2000
938
0
76
Originally posted by: BCYL
Originally posted by: McMadman
serv-u and ie has never worked for me, it always says that the directory list can't be obtained, of course you can always download something quick ftp client wise, or use the built in ftp.exe.

For Serv-U you also need to open port 20 as well as port 21... after that it should work...

That must be why it hasn't worked for me - I've attempted in places with a router, and it can't route the ftp data to the correct machine.

Of course, IE dosen't properly allow navigation between drive letters on the server anyways it tries to change drives to /c:/d:/ (personal account, default root is c:\ with read access to the other drive letters)

Although that really is more of a last resort as far as file transfer using IE as a client.