开发者

How to FTP particular Folder ? ??

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜