Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 47947  / 1 Year ago, mon, april 10, 2023, 11:15:47

I tried with several ways which is given like telnet to test whether my ftp server working properly or not:




  1.  



    rama@rama-desktop:~$ telnet 192.164.0.102 21
    Trying 192.168.0.102...
    telnet: Unable to connect to remote host: Connection refused
    rama@rama-desktop:~$ telnet 127.0.0.1 21
    telnet: Unable to connect to remote host: Connection refused

  2.  



    ftp [email protected]
    ftp: [email protected]: No address associated with hostname


    In the above, ramaftp is the username that I have created earlier.




I am a novice in Ubuntu. Please help me to reset the ftp username and password for my machine.



I have tried:




  1. sudo mkdir /srv/ftp

  2. sudo usermod -d /srv/ftp ftp

  3. sudo /etc/init.d/vsftpd restart

  4. Modified conf file:



    local_enable=YES
    write_enable=YES

  5. restarted server with service vsftpd restart:



    stop: Unknown instance: 
    start: Rejected send message, 1 matched rules; type="method_call", sender=":1.72" (uid=1000 pid=3629 comm="start vsftpd ") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init")



This is the error that I got,
Thanks


More From » ftp

 Answers
6

  1. Download Filezilla http://filezilla-project.org/download.php

  2. extract the downloaded package

  3. open bin folder --> filezilla



Filezilla configuration to access an Ubuntu machine
open site manager --> new site



host:
Protocol: SFTP
login type : normal


[#32567] Wednesday, April 12, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
herfor

Total Points: 490
Total Questions: 101
Total Answers: 110

Location: Guadeloupe
Member since Mon, Jan 24, 2022
2 Years ago
;