Skip to main content

Get Issues From Sftp Or Ftp Using Command Console

  1. Connect to ssh connection (this user and IP must be change according where is store this files) .
    ssh nfrette@157.245.138.177
  2. Create a folder with tenant name (if this doesn't exist yet) .
    mkdir tenantName
  3. Move to tenant folder cd tenantName

connect with the tenant sftp

  1. You should connect using sftp ebookspatagonia@35.229.53.86
  2. Move to folder that is contain folder with the issues sftp> cd files

You can see what folder exist using sftp> ls

  1. You can move all folder recursive using . sftp> get -r nameFolder

More information: https://www.digitalocean.com/community/tutorials/how-to-use-sftp-to-securely-transfer-files-with-a-remote-server

If the connection is via ftp, you can use

  1. You should connect using ftp ebookspatagonia@35.229.53.86
  2. for avoid ask are you download this file? in each file, you can use ftp> prompt off
  3. And then you can get all files from a folder using ftp> mget * where * is a flag for all.

you can use also *.epub or *.pdf or *.jpg

More information: https://www.cyberciti.biz/faq/linux-unix-ftp-commands/

Overview


X

Graph View