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

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

iBonnie_愛邦尼-avatar-img
發佈於Ubuntu 個房間
更新於 發佈於 閱讀時間約 3 分鐘



下載處:

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

安裝好可以試試看:

raw-image


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\
avatar-img
iBonnie_愛邦尼
5會員
78內容數
記錄生活與技術的小細節
留言
avatar-img
留言分享你的想法!
iBonnie_愛邦尼 的其他內容
遇到問題: root@b10000ea1f5b:/app/backend# ollama run phi3:14b pulling manifest pulling 7a3cc4804c64... 98% ▕███████████████████████████████████████ ▏
gcc11.4卡住的機會很高(目前不大確定但更新12後可以安裝暫且認定市這個問題吧) 要開始底下步驟前先把gcc換到12 GCC ref: ​清除舊版本 sudo apt-get --purge remove "*nvidia*" "libxnvctrl*" 下載​NVIDIA-
根據Ubuntu版本,查找display manager: cat /etc/X11/default-display-manager 訊息:  /usr/sbin/gdm3 根據版本下指令吧~ with GDM3: sudo systemctl stop gdm3 Gnome (wit
安裝 sudo apt update sudo apt upgrade ​sudo apt install g++-12 gcc-12 sudo apt install g++-11 gcc-11 驗證安裝​ gcc-12 --version 成功訊息​ gcc-12 (Ubuntu 12.3.
22.04 開始,Ubuntu 儲存庫中的 Firefox 是一個在沙箱中運行的 Snap 軟體包。如果您想使用經典的 .deb 套件格式安裝最新的 Firefox,有兩種簡單的方法:1.由 Ubuntu 團隊成員維護的Mozilla PPA 。2. Firefox 開發團隊維護的新apt 儲存庫
在處理Linux時,遇到了Kubuntu 22.04的SSH連線問題。本文將介紹如何完整移除之前裝過的SSH並重新安裝以解決問題。
遇到問題: root@b10000ea1f5b:/app/backend# ollama run phi3:14b pulling manifest pulling 7a3cc4804c64... 98% ▕███████████████████████████████████████ ▏
gcc11.4卡住的機會很高(目前不大確定但更新12後可以安裝暫且認定市這個問題吧) 要開始底下步驟前先把gcc換到12 GCC ref: ​清除舊版本 sudo apt-get --purge remove "*nvidia*" "libxnvctrl*" 下載​NVIDIA-
根據Ubuntu版本,查找display manager: cat /etc/X11/default-display-manager 訊息:  /usr/sbin/gdm3 根據版本下指令吧~ with GDM3: sudo systemctl stop gdm3 Gnome (wit
安裝 sudo apt update sudo apt upgrade ​sudo apt install g++-12 gcc-12 sudo apt install g++-11 gcc-11 驗證安裝​ gcc-12 --version 成功訊息​ gcc-12 (Ubuntu 12.3.
22.04 開始,Ubuntu 儲存庫中的 Firefox 是一個在沙箱中運行的 Snap 軟體包。如果您想使用經典的 .deb 套件格式安裝最新的 Firefox,有兩種簡單的方法:1.由 Ubuntu 團隊成員維護的Mozilla PPA 。2. Firefox 開發團隊維護的新apt 儲存庫
在處理Linux時,遇到了Kubuntu 22.04的SSH連線問題。本文將介紹如何完整移除之前裝過的SSH並重新安裝以解決問題。