Post a reply

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

henrib

Got it. Thanks again. :-)
martin

Re: putting multiple extentions

The ./ puts the files to the current remote folder.
The / puts the files to the root folder.
henrib

Re: putting multiple extentions

Thanks Martin!
To make sure, one extra question.
Will ./ place the files in the current remote folder or in the remote root folder.
Or should I use only /?

Henri
henrib

Putting multiple extensions

Hi I'm trying to put files with two separate extensions to remote.
But instead of putting them both extensions files only the first extension is put and renamed with the second extension.
Must be a simple syntax thing but I don't see it.
lcd "c:\ftp\files"
put *.csv *.xml -filemask=|"c:\ftp\files\old"

Henri.