2024-06-25|閱讀時間 ‧ 約 24 分鐘

在ubuntu 24.04 server與 windows 11間傳遞檔案



    下載處:

    安裝msi 
    https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
    或單獨使用
    https://the.earth.li/~sgtatham/putty/latest/w64/pscp.exe 

    安裝好可以試試看:


    windows到linux:

    pscp -P XXXXX D:\Downloads\taide-8b-a.3-q4_k_m.gguf gpu100@192.168.XXX.XXX:/home/gpu100/

    -P 是你指定的port號,如果是預設22可以略過

    成功的話:

    The host key is not cached for this server:
    192.168.XXX.XXX (port XXXXX)
    You have no guarantee that the server is the computer you
    think it is.
    The server's ssh-ed25519 key fingerprint is:
    ssh-ed25519 255 SHA256:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    If you trust this host, enter "y" to add the key to PSCP's
    cache and carry on connecting.
    If you want to carry on connecting just once, without adding
    the key to the cache, enter "n".
    If you do not trust this host, press Return to abandon the
    connection.
    Store key in cache? (y/n, Return cancels connection, i for more info) n
    gpu100@192.168.XXX.XXX's password:

    taide-8b-a.3-q4_k_m.gguf | 195064 kB | 10836.9 kB/s | ETA: 00:07:05 | 4%



    linux到windows:

    pscp -P XXXXX gpu100@192.168.XXX.XXX:/home/gpu100/taide-8b-a.3-q4_k_m.gguf D:\Downloads\
    分享至
    成為作者繼續創作的動力吧!
    © 2024 vocus All rights reserved.