How to upload and download files with the device?

Home Forums MultiConnect OCG How to upload and download files with the device?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6136
    Jun Gu
    Participant

    Hello,
    I am new to my company, they have some devices, Model: MTCDP-EV2-GP.
    In my PC, I could access the devices by putty, but could not use ftp/scp/ssh commands to upload and download files (result with not route found).
    May I know what are the standard commands for the connection?
    Are there any other ways to upload and download files with the device (USB, SD)?
    Thank you in advance,
    Jun

    #6137
    Mike Fiore
    Blocked

    Hi Jun,
    Your PC must be connected to your PC via an ethernet connection, and it must be on the same subnet as the device in order for you to use ssh or scp. If you run “ifconfig eth0” on your Putty serial connection, you should see the device’s IP address. The default should be 192.168.2.1

    You need to either move your PC to the subnet of the MTCDP or move the MTCDP to your PC’s subnet.

    For example:

    MTCDP ip = 192.168.2.1
    PC ip = 192.168.50.155

    Either the MTCDP must have a 192.168.50.xxx IP address, or your PC must have a 192.168.2.xxx IP address in order for them to find each other.

    Cheers,
    Mike

    #6138
    Jun Gu
    Participant

    Thank you so much, Mike.
    It works now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.