|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
RE: [PLUG] Uploading files to a remote website with ftp
|
You should be able to just say "mput /path/file*.*"
as long as you entered "prompt" to disable the prompting for each file
should transfer.
I'm not sure if you change the filenames on a multple put
George
> -----Original Message-----
> From: plug-bounces@lists.phillylinux.org
> [mailto:plug-bounces@lists.phillylinux.org]On Behalf Of
> George Langford
> Sent: Thursday, June 15, 2006 12:51 PM
> To: plug@lists.phillylinux.org
> Cc: George Langford
> Subject: [PLUG] Uploading files to a remote website with ftp
>
>
> Here again I find myself struggling with a linux application
> when I'd gotten used to a nice app (CuteFTP) in another OS.
>
> I installed ftp with apt-get.
> I logged in to my ISP's ftp port.
> I entered my username and password.
> I got the ftp prompt and changed into the destination directory,
> which I thoughtfully had created ahead of time.
>
> I then attempted to upload a bunch of files with mput and a
> wild card, e.g., "mput /path/file*.*" Whereupon I was told that
> I hadn't named my destination file. So I tried again with
> "mput /path/file*.* file*.*" It asked whether I really wanted
> to do that, and I naively said yes. This made mput insanely happy,
> with the result that a file was uploaded and named, "file*.*" Just
> one file. Not the name I wanted, and not the whole list.
>
> Do I really have to name each file specifically and one at a time,
> or is there a way to upload a whole directory's worth of files
> and end up with the same set of files at both destination and source ?
>
> George
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|