Copy server entries

dscp allows you to copy server entries within a session and between two sessions. You have four options when copying a server entry.

You can copy:

StepsCreating a new server entry within a session by copying

  1. Enter:

    copy name1 to name2
    

    For example, if you enter the following, dscp creates a new entry, “my_server,” that is identical to “myserver”:

    copy myserver to my_server
    

    You can then modify the new entry and leave the original intact.

StepsCopying a server entry without changing the name

  1. Enter:

    copy name1 to sess
    

    For example, dscp copies the “myserver” entry in the current session to session 2 when you enter:

    copy myserver to 2
    

StepsCopying a server entry and rename it

  1. Enter:

    copy name1 to sess name2
    

    For example, dscp copies the “myserver” entry in the current session to session 2 and renames it “my_server” when you enter:

    copy myserver to 2 my_server
    

StepsCopying all entries in the current session to a different session

  1. Enter:

    copyall sess
    

    For example, dscp copies all entries in the current session to session 2 when you enter:

    copyall 2