Search found 7 matches

by tstrugar
Tue Feb 16, 2010 10:54 am
Forum: Server - Issues
Topic: CoreServer not working with linux lftp command line utility
Replies: 2
Views: 1556

From the user: Hi Tomi, As mentioned, our command-line program is able to connect to the server and put files there. Main problem is that we can't get the list of xml-files from the connected directory. UPDATE 16/02/2010: Finally got it working, I have changed the command issued to get the list of f...
by tstrugar
Thu Feb 11, 2010 3:13 pm
Forum: Server - Issues
Topic: CoreServer not working with linux lftp command line utility
Replies: 2
Views: 1556

CoreServer not working with linux lftp command line utility

Hi Env: CoreFTPserver v332 We have a user that uses the linux lftp command line utility to upload and download files. We find that: 1. The user cannot get file listings, they can only get directory listings 2. The post upload script does not run We tested with FileZilla on a Windows machine with the...
by tstrugar
Mon Jan 04, 2010 11:50 am
Forum: Server - General
Topic: How to rename, copy and move uploaded files
Replies: 8
Views: 1217

Thanks CP. I upgraded to v327 and it is now working perfectly. Many thanks!
by tstrugar
Wed Dec 30, 2009 12:32 pm
Forum: Server - General
Topic: How to rename, copy and move uploaded files
Replies: 8
Views: 1217

I already tried those options, already knowing the correct values for %1 and %2, and they did not work.

Have you tried any of these options? Surely only one syntax could be correct? Can you please test and advise what works?

Thanks.
by tstrugar
Tue Dec 29, 2009 8:59 am
Forum: Server - General
Topic: How to rename, copy and move uploaded files
Replies: 8
Views: 1217

(I am now using build 323) The info on the scripts page says that %1 = current (file) name %2 = current path Nothwithstanding that, I have tried all the options you gave, both in a simple command line on the scripts page as well as in a bat file but none of them work. Can the CoreFTP Server team ple...
by tstrugar
Wed Dec 23, 2009 11:04 am
Forum: Server - General
Topic: How to rename, copy and move uploaded files
Replies: 8
Views: 1217

p.s. If the file being copied has a space in its name, then you'll need to put "" around %1. The same goes for the path variable $2

ie. best to use

cmd.exe /c move /y "%1" "%2\sub2"

Tomi
by tstrugar
Wed Dec 23, 2009 10:34 am
Forum: Server - General
Topic: How to rename, copy and move uploaded files
Replies: 8
Views: 1217

How to rename, copy and move uploaded files

I am using Core FTP Server build 321 on a Win XPP SP3 machine. I have a single SFTP domain. I have the folder structure: d:\users\user1\sub1 ..\sub2 etc Permissions on the home folder 'user1' are RWAD-LCRI I can successfully manually add, remove, rename and delete files. I would like to a. move a fi...