How to check that FTP server configured correctly?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
-1
down vote
favorite
How to check that FTP server configured correctly and ready to work? I mean, it should have preconfigured username and password and allow to receive files. VSFTPD was installed a long time ago, and I never used it. I don't remember what settings I changed at all. Vsftpd version 3.0.3.
16.04 software-installation ftp vsftpd
add a comment |Â
up vote
-1
down vote
favorite
How to check that FTP server configured correctly and ready to work? I mean, it should have preconfigured username and password and allow to receive files. VSFTPD was installed a long time ago, and I never used it. I don't remember what settings I changed at all. Vsftpd version 3.0.3.
16.04 software-installation ftp vsftpd
"Configured Correctly" is a very very subjective opinion, of which only you can really determine if the configurations meet your needs. (The average sysadmin will say "Don't use FTP at all" in response to "Is FTP configured right", since FTP is no longer a safe or secure protocol to use for anything). Given the wide range of subjectivity you will get with regards to "Configured Correctly", you need to be more specific with what you're considering 'configured correctly' in order to properly get a specific-enough scope to your question. (Otherwise, "Too Broad" could be the close reason)
â Thomas Wardâ¦
May 23 at 20:29
I mean FTP server have preconfigured username and password and allow to receive files.
â minto
May 23 at 22:02
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
How to check that FTP server configured correctly and ready to work? I mean, it should have preconfigured username and password and allow to receive files. VSFTPD was installed a long time ago, and I never used it. I don't remember what settings I changed at all. Vsftpd version 3.0.3.
16.04 software-installation ftp vsftpd
How to check that FTP server configured correctly and ready to work? I mean, it should have preconfigured username and password and allow to receive files. VSFTPD was installed a long time ago, and I never used it. I don't remember what settings I changed at all. Vsftpd version 3.0.3.
16.04 software-installation ftp vsftpd
edited May 23 at 22:04
asked May 23 at 20:00
![](https://i.stack.imgur.com/06rMk.gif?s=32&g=1)
![](https://i.stack.imgur.com/06rMk.gif?s=32&g=1)
minto
2902620
2902620
"Configured Correctly" is a very very subjective opinion, of which only you can really determine if the configurations meet your needs. (The average sysadmin will say "Don't use FTP at all" in response to "Is FTP configured right", since FTP is no longer a safe or secure protocol to use for anything). Given the wide range of subjectivity you will get with regards to "Configured Correctly", you need to be more specific with what you're considering 'configured correctly' in order to properly get a specific-enough scope to your question. (Otherwise, "Too Broad" could be the close reason)
â Thomas Wardâ¦
May 23 at 20:29
I mean FTP server have preconfigured username and password and allow to receive files.
â minto
May 23 at 22:02
add a comment |Â
"Configured Correctly" is a very very subjective opinion, of which only you can really determine if the configurations meet your needs. (The average sysadmin will say "Don't use FTP at all" in response to "Is FTP configured right", since FTP is no longer a safe or secure protocol to use for anything). Given the wide range of subjectivity you will get with regards to "Configured Correctly", you need to be more specific with what you're considering 'configured correctly' in order to properly get a specific-enough scope to your question. (Otherwise, "Too Broad" could be the close reason)
â Thomas Wardâ¦
May 23 at 20:29
I mean FTP server have preconfigured username and password and allow to receive files.
â minto
May 23 at 22:02
"Configured Correctly" is a very very subjective opinion, of which only you can really determine if the configurations meet your needs. (The average sysadmin will say "Don't use FTP at all" in response to "Is FTP configured right", since FTP is no longer a safe or secure protocol to use for anything). Given the wide range of subjectivity you will get with regards to "Configured Correctly", you need to be more specific with what you're considering 'configured correctly' in order to properly get a specific-enough scope to your question. (Otherwise, "Too Broad" could be the close reason)
â Thomas Wardâ¦
May 23 at 20:29
"Configured Correctly" is a very very subjective opinion, of which only you can really determine if the configurations meet your needs. (The average sysadmin will say "Don't use FTP at all" in response to "Is FTP configured right", since FTP is no longer a safe or secure protocol to use for anything). Given the wide range of subjectivity you will get with regards to "Configured Correctly", you need to be more specific with what you're considering 'configured correctly' in order to properly get a specific-enough scope to your question. (Otherwise, "Too Broad" could be the close reason)
â Thomas Wardâ¦
May 23 at 20:29
I mean FTP server have preconfigured username and password and allow to receive files.
â minto
May 23 at 22:02
I mean FTP server have preconfigured username and password and allow to receive files.
â minto
May 23 at 22:02
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
Check what ports you have open with netstat -tln
. use systemctl to restart the service and then use systemctl to check the status to see if it started correctly. Last try using it like you would expect a normal user to and see if that works.
I don't think this answers OP's question of "configured correctly"
â Thomas Wardâ¦
May 23 at 20:28
I checked this, vsftpd FTP server is active (running). How to set username and password for secure communication?
â minto
May 23 at 22:05
They are already set. They are the credentials you already use to login to that box. The command will look something like this:sftp <TargetMachine'sUser>@<TargetMachine'sIP>
You can create a new user but that's a different question and I believe is already well covered on this site.
â Rohlex32
May 24 at 3:01
No, I have not set user credentials.
â minto
May 24 at 15:07
You need to have access to the other machine first. Whether that access is just a username and password provided to you or you need to setup the machine and then use that username and password.
â Rohlex32
May 24 at 15:29
 |Â
show 1 more comment
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Check what ports you have open with netstat -tln
. use systemctl to restart the service and then use systemctl to check the status to see if it started correctly. Last try using it like you would expect a normal user to and see if that works.
I don't think this answers OP's question of "configured correctly"
â Thomas Wardâ¦
May 23 at 20:28
I checked this, vsftpd FTP server is active (running). How to set username and password for secure communication?
â minto
May 23 at 22:05
They are already set. They are the credentials you already use to login to that box. The command will look something like this:sftp <TargetMachine'sUser>@<TargetMachine'sIP>
You can create a new user but that's a different question and I believe is already well covered on this site.
â Rohlex32
May 24 at 3:01
No, I have not set user credentials.
â minto
May 24 at 15:07
You need to have access to the other machine first. Whether that access is just a username and password provided to you or you need to setup the machine and then use that username and password.
â Rohlex32
May 24 at 15:29
 |Â
show 1 more comment
up vote
1
down vote
Check what ports you have open with netstat -tln
. use systemctl to restart the service and then use systemctl to check the status to see if it started correctly. Last try using it like you would expect a normal user to and see if that works.
I don't think this answers OP's question of "configured correctly"
â Thomas Wardâ¦
May 23 at 20:28
I checked this, vsftpd FTP server is active (running). How to set username and password for secure communication?
â minto
May 23 at 22:05
They are already set. They are the credentials you already use to login to that box. The command will look something like this:sftp <TargetMachine'sUser>@<TargetMachine'sIP>
You can create a new user but that's a different question and I believe is already well covered on this site.
â Rohlex32
May 24 at 3:01
No, I have not set user credentials.
â minto
May 24 at 15:07
You need to have access to the other machine first. Whether that access is just a username and password provided to you or you need to setup the machine and then use that username and password.
â Rohlex32
May 24 at 15:29
 |Â
show 1 more comment
up vote
1
down vote
up vote
1
down vote
Check what ports you have open with netstat -tln
. use systemctl to restart the service and then use systemctl to check the status to see if it started correctly. Last try using it like you would expect a normal user to and see if that works.
Check what ports you have open with netstat -tln
. use systemctl to restart the service and then use systemctl to check the status to see if it started correctly. Last try using it like you would expect a normal user to and see if that works.
answered May 23 at 20:27
Rohlex32
388
388
I don't think this answers OP's question of "configured correctly"
â Thomas Wardâ¦
May 23 at 20:28
I checked this, vsftpd FTP server is active (running). How to set username and password for secure communication?
â minto
May 23 at 22:05
They are already set. They are the credentials you already use to login to that box. The command will look something like this:sftp <TargetMachine'sUser>@<TargetMachine'sIP>
You can create a new user but that's a different question and I believe is already well covered on this site.
â Rohlex32
May 24 at 3:01
No, I have not set user credentials.
â minto
May 24 at 15:07
You need to have access to the other machine first. Whether that access is just a username and password provided to you or you need to setup the machine and then use that username and password.
â Rohlex32
May 24 at 15:29
 |Â
show 1 more comment
I don't think this answers OP's question of "configured correctly"
â Thomas Wardâ¦
May 23 at 20:28
I checked this, vsftpd FTP server is active (running). How to set username and password for secure communication?
â minto
May 23 at 22:05
They are already set. They are the credentials you already use to login to that box. The command will look something like this:sftp <TargetMachine'sUser>@<TargetMachine'sIP>
You can create a new user but that's a different question and I believe is already well covered on this site.
â Rohlex32
May 24 at 3:01
No, I have not set user credentials.
â minto
May 24 at 15:07
You need to have access to the other machine first. Whether that access is just a username and password provided to you or you need to setup the machine and then use that username and password.
â Rohlex32
May 24 at 15:29
I don't think this answers OP's question of "configured correctly"
â Thomas Wardâ¦
May 23 at 20:28
I don't think this answers OP's question of "configured correctly"
â Thomas Wardâ¦
May 23 at 20:28
I checked this, vsftpd FTP server is active (running). How to set username and password for secure communication?
â minto
May 23 at 22:05
I checked this, vsftpd FTP server is active (running). How to set username and password for secure communication?
â minto
May 23 at 22:05
They are already set. They are the credentials you already use to login to that box. The command will look something like this:
sftp <TargetMachine'sUser>@<TargetMachine'sIP>
You can create a new user but that's a different question and I believe is already well covered on this site.â Rohlex32
May 24 at 3:01
They are already set. They are the credentials you already use to login to that box. The command will look something like this:
sftp <TargetMachine'sUser>@<TargetMachine'sIP>
You can create a new user but that's a different question and I believe is already well covered on this site.â Rohlex32
May 24 at 3:01
No, I have not set user credentials.
â minto
May 24 at 15:07
No, I have not set user credentials.
â minto
May 24 at 15:07
You need to have access to the other machine first. Whether that access is just a username and password provided to you or you need to setup the machine and then use that username and password.
â Rohlex32
May 24 at 15:29
You need to have access to the other machine first. Whether that access is just a username and password provided to you or you need to setup the machine and then use that username and password.
â Rohlex32
May 24 at 15:29
 |Â
show 1 more comment
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1039550%2fhow-to-check-that-ftp-server-configured-correctly%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
"Configured Correctly" is a very very subjective opinion, of which only you can really determine if the configurations meet your needs. (The average sysadmin will say "Don't use FTP at all" in response to "Is FTP configured right", since FTP is no longer a safe or secure protocol to use for anything). Given the wide range of subjectivity you will get with regards to "Configured Correctly", you need to be more specific with what you're considering 'configured correctly' in order to properly get a specific-enough scope to your question. (Otherwise, "Too Broad" could be the close reason)
â Thomas Wardâ¦
May 23 at 20:29
I mean FTP server have preconfigured username and password and allow to receive files.
â minto
May 23 at 22:02