开发者

How to FTP particular Folder ? ??

开发者 https://www.devze.com 2023-01-26 09:39 出处:网络
I am using Unix Language for scripting. I am in need of Unix Commands for FTP particular folder & its contents.

I am using Unix Language for scripting. I am in need of Unix Commands for FTP particular folder & its contents.

Main Folder Contains many Sub-folders & Sub-folder contains many files inside. I need to FTP Main folder (with its Sub-folders & it's contents) to Local server using U开发者_开发问答nix Language.

Or Suggest Command to FTP Particular & its contents to another Server in Sun OS

How to FTP particular Folder ? ??


Use mget: it allows you to transfer an entire directory with all subdirectories.

Use the "-s" option of ftp: it allows you to store all FTP commands in a script (login, change directory, mget contents).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号