Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: CentOS 4.5 : GET function with multiple files not working

Dude, have you noticed the dot at the end?
Guest

Re: CentOS 4.5 : GET function with multiple files not working

dude, it's not working.....read my first post again....
martin

Re: CentOS 4.5 : GET function with multiple files not working

Use
get file1 file2 file3 file4 .

Please read documentation.
tingshen

by the way, the client initiated the winSCP FTP is Windows XP.
tingshen

CentOS 4.5 : GET function with multiple files not working

I tried issuing get command in the console in this manner:

get file1 file2 file3 file4

it doesn't show the downloading process on screen, however, all zero byte size.

I have to split the command into:
get file1
get file2
get file3
get file4

to complete the download, is this normal? I thought get function supposed to take in multiple parameters?