Guest User

Untitled

a guest
Sep 20th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. #ftp 192.168.26.144
  2. Connected to 192.168.26.144.
  3. 220 (vsFTPd 3.0.3)
  4. Name (192.168.26.144:andres): web
  5. 331 Please specify the password.
  6. Password:
  7. 230 Login successful.
  8. Remote system type is UNIX.
  9. Using binary mode to transfer files.
  10.  
  11. ftp> ls -l
  12. 200 PORT command successful. Consider using PASV.
  13. 150 Here comes the directory listing.
  14. drwx------ 2 1001 1001 4096 Sep 20 15:19 web
  15. 226 Directory send OK.
  16. ftp>
  17.  
  18. chown -R web /var/www/html/
  19. chmod 755 -R /var/www/html/
  20.  
  21. chroot_local_user=YES
  22. allow_writeable_chroot=YES
Add Comment
Please, Sign In to add comment