Results 1 to 3 of 3
hi,
can I setup vsftpd to use port 1200?
now its standard 21 but I want to use port 1200,
where do I change it?
thnx,
davy...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-27-2004 #1Just Joined!
- Join Date
- Dec 2004
- Location
- Belgium
- Posts
- 62
vsftpd port not 21
hi,
can I setup vsftpd to use port 1200?
now its standard 21 but I want to use port 1200,
where do I change it?
thnx,
davy
- 12-28-2004 #2Linux Newbie
- Join Date
- Dec 2004
- Location
- Barrie, Ontario
- Posts
- 219
According to vsftpd docs:
So, in your vsftpd.conf, just add a line:listen_port
If vsftpd is in standalone mode, this is the port it will listen on for incoming FTP connections.
Default: 21
Full documentation for vsftpd.Code:listen_port=1200
Blog - KB5UMQ - Linux User #272983
3 Rules:
1) "It doesn't work..." is simply not useful information.
2) Don't cross post!
3) If you are asking for help, start by telling us your distro/os and version.
- 12-28-2004 #3Just Joined!
- Join Date
- Dec 2004
- Location
- Belgium
- Posts
- 62
thnx, worked very well


Reply With Quote
