Putting multiple extensions

Advertisement

henrib
Joined:
Posts:
3
Location:
Earthbound

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.

Reply with quote

Advertisement

henrib
Joined:
Posts:
3
Location:
Earthbound

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

Reply with quote

martin
Site Admin
martin avatar

Re: putting multiple extentions

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

Reply with quote

Advertisement

You can post new topics in this forum