Ubuntu Notepad本身不直接提供文件分享功能,可通过以下间接方式分享文件:
scp
scp /path/to/local/file username@remote_ip:/path/to/remote/directory
rsync
rsync -avz /path/to/local/file username@remote_ip:/path/to/remote/directory