FTP copy a file to another place in same FTP

前端 未结 9 2063
闹比i
闹比i 2020-11-28 11:54

I need to upload same file to 2 different place in same FTP. Is there a way to copy the file on the FTP to the other place instead of upload it again? Thanks.

9条回答
  •  孤城傲影
    2020-11-28 12:37

    I can copy files between remote folders in Linux based systems. In my particular case, I'm using very common file manager PCManFM:

    • Menu "Go" --> "Connect to server"
    • FTP Login info, etc
    • Open new tab in PCManFM
    • Connect to same server
    • Copy from tab to tab...

    It's a bit slow, so I guess that it could be downloading and uploading back the files, but it's done automatically and very user-friendly.

提交回复
热议问题