also @ TechSpot: Fair Labor Association begins inspections of Foxconn at Apple's request
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > Hardware > Storage and Networking

Download Now:

FTP on different ports?

Thread Tools Search this Thread
  #1  
Old 12-03-2005
Newcomer, in training
 
Member since: Apr 2005, 9 posts
FTP on different ports?

Hi all,

My isp blocks port 25 to improve the quality of service, something i overlooked when i signed up. I am now locked into a 12month contract but could really do with this service.

Is it possible to run an ftp server on another port, I remember reading somewhere that this can be done but cant find any useful information/guides at the moment.

Anyone done this?

Thanks.
  #2  
Old 12-03-2005
TechSpot Maniac
 
Location: London
Member since: Apr 2005, 1,267 posts
FTP should be running on port 21.
  #3  
Old 12-03-2005
Samstoned's Avatar
TechSpot Paladin
 
Location: the pitts
Member since: May 2004, 2,582 posts
System specs
yes
pick a port range above 6000
your server port
the client will need this as well
example
Code:
ftp://ftp.joestakeaway.com:8080
  #4  
Old 12-03-2005
Newcomer, in training
 
Member since: Apr 2005, 9 posts
doh! forgot to mention port 80, 8080 and 3128 are also blocked.

are there any other ports above 6000 availble?

and has anyone done this on a fedora box?

thanks.
  #5  
Old 12-04-2005
Nodsu's Avatar
TechSpot Evangelist
 
Location: Estonia
Member since: Feb 2002, 9,431 posts
System specs
There are 65535 TCP ports. Use anything that isn't in use by something else.

According to the RFC, ports above 50000 are reserved for "private" use, so it would be nice if you used those.
  #6  
Old 12-04-2005
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,831 posts
FTP has a pair of PORTS 21,22. Both are needed unless
you follow the user/passwd with passive, and then only the port 21 is
'hard coded'

If you have control of the serer side (ie: run FTPD), then you can
move the port anywhere above 1024 THAT IS NOT ALREADY assigned.
Using passive again, will allow you to require only ONE KNOWN port.

btw: SSH will also perform FTP service, using port 22 or any other you may choose. SSH is better than FTP in that the user/passwd will be encrypted
and thus is more secure.

SSH runs on all platforms, in both direction, but on {L,U}inux systems, you
also need SSHD.
  #7  
Old 12-04-2005
Samstoned's Avatar
TechSpot Paladin
 
Location: the pitts
Member since: May 2004, 2,582 posts
System specs
have a friend setup a client side
and plug in numbers till one works
thats how I setup my filezilla ftp (FREE)
PS best speeds I got going from cable to dsl where 100kbs
average speed was 30kbs
  #8  
Old 12-05-2005
Newcomer, in training
 
Member since: Apr 2005, 9 posts
hey thanks everyone, that's made it relatively clear for me, now i know it's possible.

will be looking to set up server some time over the holiday, wish me luck!

thanks again,
piercemyers
  #9  
Old 12-05-2005
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,831 posts
everyone should understand ...

Quote:
Originally Posted by piercemyers
Hi all,

My isp blocks port 25 to improve the quality of service, something i overlooked when i signed up.

Is it possible to run an ftp server on another port,
Thanks.
Email is a poorly designed service from the '70s when security wasn't such a nightmare.
The attachment has some good information on PORT 25 misuse. It can be a real pain when you
need a mail relay, but there should be more ISPs performing this service!

Second point. Contracting for an ISP personal account and using it to provide
server style services is usually a violation of the Terms Of Usage.
You may get away with it if the traffic is low volume, but don't go balistic if
they elect to shut you down.
Attached Files
File Type: txt cox-email-info.txt (1.4 KB, 3 views)
  #10  
Old 12-05-2005
Newcomer, in training
 
Member since: Apr 2005, 9 posts
thanks for clearing that up.

the ftp server will be purely for private use, basically so i can upload files from home to my university connection.

am i right in thinking that ftp over ssh is better suited for my purposes. If so, do you know a good place where i could start researching/reading about setting up an ssh server?

my ultimate aim is to have a dedicated linux box as part of a home network, hosting ftp and remote desktop, accessible from my university connection.

thanks.
  #11  
Old 12-05-2005
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,831 posts
the Linix system will have SSH{D} and all you do is install/config that side.
see 'man -k ssh' and be sure to keep sshd started at boot time.

SSH (and Putty) are available for Win/x systems.

see getting started with ssh
for some usage tips

I a big user of Cygwin (a unix like emulation for Unix) and SSH is available there too.
Closed Thread

Similar Topics
Topic Replies Forum
I can't use my USB ports 19 Other Hardware
Help with USB ports 5 Device Drivers
USB ports 7 Other Hardware
COM ports, LISTENING ports? 0 Storage and Networking
USB Ports 1 Processors and Motherboards

Thread Tools Search this Thread
Search this Thread:

Advanced Search
All times are GMT -4. The time now is 06:02 AM.