Search found 10 matches

by frank tap
Thu Nov 03, 2011 11:46 am
Forum: Client - General
Topic: allowed characters in fiole names
Replies: 3
Views: 18384

Is there also a way to set the Unicode option on the command line, as I am using coreFTP from a script?

Frank
by frank tap
Tue Nov 01, 2011 8:49 am
Forum: Client - General
Topic: allowed characters in fiole names
Replies: 3
Views: 18384

allowed characters in fiole names

Does anybody know which characters are allowed to use in file names and directory names? At the moment it seems that only ASCII code 32-126 is allowed. Can this be changed in any way?

Regards,

Frank
by frank tap
Fri Nov 20, 2009 9:11 am
Forum: Client - General
Topic: keep date and time
Replies: 0
Views: 4061

keep date and time

I am using command line options of Core FTP to upload a file. The upload date and time are used on the FTP site. However I want to keep the original date and time. Is there a way to do this?

Frank
by frank tap
Fri Jul 11, 2008 4:53 am
Forum: Client - General
Topic: dira revisited
Replies: 0
Views: 4040

dira revisited

Is it possible to issue a commandline -dira command that displays files in the specified directory and all subdirectories, like dir /s in MSDOS?

Frank Tap
by frank tap
Fri Jun 20, 2008 9:07 am
Forum: Client - General
Topic: dira
Replies: 3
Views: 6270

Ultimately the problem turned out to be due to a setting of the FTP server. The -dira command line option is working fine.

Apologies for the inconvenience,

Frank Tap
by frank tap
Thu Jun 19, 2008 10:12 am
Forum: Client - General
Topic: dira
Replies: 3
Views: 6270

I tried both

coreftp.exe -ssl -s ftp://test:test@test.test.com/ -dira

and build 1570. Unfortunately neither did work. Does anybody have any other suggestions?

Frank Tap
by frank tap
Tue Jun 17, 2008 8:50 am
Forum: Client - General
Topic: dira
Replies: 3
Views: 6270

dira

When I try to issue the command line command -dira I get an empty file dir.out.

I use the following command:

coreftp.exe -ssl -s ftp://test:test@test.test.com -dira

Does anybody know what I am doing wrong?

Frank Tap
by frank tap
Tue Mar 18, 2008 12:00 pm
Forum: Client - General
Topic: command line delete
Replies: 4
Views: 6670

coreftp.exe -ssl -s ftp://test:test@test.test.org/ -del "/Data/test.txt"

works fine, thank you very much.
by frank tap
Fri Mar 14, 2008 9:05 am
Forum: Client - General
Topic: command line delete
Replies: 4
Views: 6670

I have tried: C:\coreftp.exe -ssl -s ftp://test:test@test.test.org/Data/ -del "test.txt" but it does not work either. When I look in the log file of the FTP server no delete command can be found. Uploading of files works fine. Do you have any further suggestions? For your information I am ...
by frank tap
Thu Mar 13, 2008 11:37 am
Forum: Client - General
Topic: command line delete
Replies: 4
Views: 6670

command line delete

I try to delete a file using the following command line:

C:\coreftp.exe -del "Data\test.txt" ftp://test:test@test.test.org -ssl -s

but it does not work. Can anyone please help me?

Frank