kisukedeath

Bachero download ftp files

May 24th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. /*Bachero descarga archivos ftp .php*/
  2.  
  3. Bachero:
  4.  
  5. C:
  6. cd \folder
  7. ftp -s:instrucciones.txt sitioweb.com
  8.  
  9. -----------------------------------------------------
  10. instrucciones.txt:
  11.  
  12. user
  13. pass
  14. ascii
  15. binary
  16. cd /www/folderxxx
  17. mget *.php
Add Comment
Please, Sign In to add comment