Menu

Home

Yaro

Check out following pages:

1. Quickstart

LazyPaste

  1. Select any file (binary/text) you want to transfer with Browse source
  2. Click Generate Lazy Paste
  3. Wait until DONE will be shown
  4. Your signature is created in destination path (default the same as source directory)

Notepad

  1. Open generated signature file
  2. It should contain instruction below. Perform the steps :)

In-file instruction

  1. Copy Step 1 to Putty window. Enter
  2. Copy Step 2 to Putty window
  3. Wait until file is being saved by series of echo commands
  4. Wait until saved file is reconstructed to original file

2. FAQ

  1. Why there are 2 steps not just one?

The reason lies in this command:
stty -icanon

icanon (-icanon)
Enable (disable) canonical input (ERASE and KILL processing).

This mode needs to be disabled in Step 1 otherwise in Step 2 you will lost many echo commands (They won't be executed). If the steps are merged this commands is working when everything was copied to putty windows from clipboard (which is too late).