I am using the ftp client on Ubuntu 10.04-64. After connecting and navigating to my upload and source destinations, I can

!ls a-long-filename

and even

!ls a-long-filename-fragm* 

and both find the files I want to upload.

However, when I

get a-long-filename 

or

mget a-long-filename-fragm* 

both return to the ftp> prompt without doing anything.

I have managed to upload other wildcard files from/to the same place using

mget a-different-filena*

Why can ls see the files but get/mget cannot?

link|improve this question
FYI: the real filenames look like XX-City-in-yyyymmdd-hhmmss-000123456. In otherwords, CompanyAbbrev - City - INcoming - sortedDate - militaryTime - itemNumber.tar.gz. – Wes Miller Nov 28 '11 at 20:53
mget is for downloads, try mput for upload – Random832 Jan 12 at 20:45
feedback

migrated from stackoverflow.com Nov 29 '11 at 13:33

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.