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?
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?