gpt4 book ai didi

linux - 通过ftp将程序的输出直接上传到远程文件

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:41:51 25 4
gpt4 key购买 nike

我有一些程序会生成大量数据,具体来说就是加密 tarball。我想在远程 ftp 服务器上上传结果。

文件很大(大约 60GB),所以我不想为 tmp 目录和时间浪费硬盘空间。

这可能吗?我检查了 ncftput util,但没有从标准输入读取的选项。

最佳答案

curl可以在从标准输入读取的同时上传:

-T, --upload-file

[...]

Use the file name "-" (a single dash) to use stdin instead of a given file. Alternately, the file name "." (a single period) may be specified instead of "-" to use stdin in non-blocking mode to allow reading server output while stdin is being uploaded.

[...]

关于linux - 通过ftp将程序的输出直接上传到远程文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7080379/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com