thesuhu

FTP

Jul 30th, 2021 (edited)
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.31 KB | None | 0 0
  1. # CMD windows ftp
  2. ftp open [alamat ftp]
  3.  
  4. # ftp.exe tidak memungkinkan konek PASIVE mode, jika error silahkan gunakan ftp client seperti winscp
  5. # contoh koneksi dengan winscp
  6. open ftp://[alamat ftp]
  7. # pindah direktori
  8. cd tes
  9. # list file
  10. ls
  11. # upload file
  12. put D:\Temporary\tes.txt
  13. # delete file
  14. rm tes.txt
  15.  
Add Comment
Please, Sign In to add comment