vCenter

 View Only
  • 1.  Uploading files sized 5 GB to datastore fails

    Posted Mar 06, 2019 12:18 PM

    Hi

    We tried multiple options to upload the ISO file with more than 5 Gb and it fails, we have configured Microsoft FTP (with IIS), how is it possible to upload from FTP using SSH connection to ESXi?

    Thanks in advance



  • 2.  RE: Uploading files sized 5 GB to datastore fails

    Posted Mar 06, 2019 12:22 PM

    You may try other options

    Keep a copy of iso in your desktop machine

    Use winscp tool to copy the file from your windows machine to ESXi server

    or

    Launch webclient or host client to access the ESXi datastore

    Use file upload option in the datastore to upload the file

    Upload Files to a Datastore in the VMware Host Client



  • 3.  RE: Uploading files sized 5 GB to datastore fails
    Best Answer

    Posted Mar 08, 2019 01:50 PM

    > how is it possible to upload from FTP using SSH connection to ESXi?
    ESXi shell has the tool wget - you can use that to download ISOs from FTP-servers.



  • 4.  RE: Uploading files sized 5 GB to datastore fails

    Posted Mar 10, 2019 10:18 AM

    Thanks a lot, this is what we looked for. Is there a way to mention password in a secure way, because with wget we mention ftp password in plain text.