Skip to main content
deleted 4 characters in body
Source Link
lcd047
  • 7.4k
  • 1
  • 24
  • 33

Perhaps like this:

sftp username@server <<EOT
cd $path
get ubpbilp*
get cust.cmp* 
get bunc.cmp*
quit
EOT

as sftp do notdoesn't support mget commandmget.

Perhaps like this:

sftp username@server <<EOT
cd $path
get ubpbilp*
get cust.cmp* 
get bunc.cmp*
quit
EOT

as sftp do not support mget command

Perhaps like this:

sftp username@server <<EOT
cd $path
get ubpbilp*
get cust.cmp* 
get bunc.cmp*
quit
EOT

as sftp doesn't support mget.

Perhaps like this:

sftp username@server <<EOT
cd $path
get ubpbilp*
mgetget cust.cmp* 
get bunc.cmp*
quit
EOT

as sftp do not support mget command

Perhaps like this:

sftp username@server <<EOT
cd $path
get ubpbilp*
mget cust.cmp* bunc.cmp*
quit
EOT

Perhaps like this:

sftp username@server <<EOT
cd $path
get ubpbilp*
get cust.cmp* 
get bunc.cmp*
quit
EOT

as sftp do not support mget command

Source Link
lcd047
  • 7.4k
  • 1
  • 24
  • 33

Perhaps like this:

sftp username@server <<EOT
cd $path
get ubpbilp*
mget cust.cmp* bunc.cmp*
quit
EOT