Results 1 to 3 of 3
Thread: vsftpd port not 21
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
12-27-2004 #1
- Join Date
- Dec 2004
- Location
- Belgium
- Posts
- 62
vsftpd port not 21
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 #2
- Join Date
- Dec 2004
- Location
- Barrie, Ontario
- Posts
- 219
According to vsftpd docs:
listen_port
If vsftpd is in standalone mode, this is the port it will listen on for incoming FTP connections.
Default: 21
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 #3
- Join Date
- Dec 2004
- Location
- Belgium
- Posts
- 62
thnx, worked very well