Search found 11 matches

by jacken
Fri Jun 27, 2008 6:54 pm
Forum: Client - General
Topic: ftp works, sftp fails?
Replies: 2
Views: 539

Where did you get build 1570? I didn't think it is released yet.
by jacken
Wed Jun 18, 2008 7:44 pm
Forum: Client - General
Topic: log file
Replies: 2
Views: 423

I'm sorry. I was talking about the log file. Sessions are back to back of each other. I just think that it would be easier to read if each sessions are seperated by a blank line. Here are what I'm talking about. Current Log: Started on Monday June 16, 2008..... {session logs} Started on Mon.... {ses...
by jacken
Wed Jun 18, 2008 7:36 pm
Forum: Client - General
Topic: command line -p confusion
Replies: 2
Views: 564

Yes, I'm using a Windows system. Just to illustrate a little better. Here is a command to download a file: coreftp -d sftp://user:password@domain.com/file.txt -p c:\myfolder Here is a command to upload a file: coreftp -u c:\upfile.txt sftp://user:password@domain.com -p /webfolder/ As you can see, th...
by jacken
Fri Jun 13, 2008 8:01 pm
Forum: Client - General
Topic: log file
Replies: 2
Views: 423

log file

Is it possible to add a blank line between sessions? It would be much easier to read.

Thanks.
by jacken
Fri Jun 13, 2008 7:28 pm
Forum: Client - General
Topic: command line -p confusion
Replies: 2
Views: 564

command line -p confusion

it is a bit confusing. for uploading file, the -p option would requires you to include a / at the end of the directory (ex. /files/). However, when downloading file, you can't have the / at the end of the directory (ex. /files). The -p option works fine. Just wish that it should be more consistent o...
by jacken
Fri Jun 13, 2008 7:21 pm
Forum: Client - Issues
Topic: Command Line operations failing
Replies: 7
Views: 1650

try to use the -p option. ex. -p /home/UMG/
by jacken
Tue Jun 10, 2008 11:23 pm
Forum: Client - General
Topic: problem uploading file via command line over sftp
Replies: 1
Views: 426

Nevermind. I figure it out. I just need to include the -p option and it works fine.

Thanks.
by jacken
Tue Jun 10, 2008 11:19 pm
Forum: Client - General
Topic: Change Site Password
Replies: 0
Views: 558

Change Site Password

Hi, Is there a way to change the password for a site profile without going to the Site Manager? Our server requires us to change the password every 30 days and I would like to automate this process. I can write a program to automatically generate a random password, but need a way to update this new ...
by jacken
Thu Jun 05, 2008 12:45 am
Forum: Client - General
Topic: Delete files older than 30 days
Replies: 3
Views: 478

How do you use the script -sc? Can you provide an example of the syntex?

Thanks.
by jacken
Thu Jun 05, 2008 12:15 am
Forum: Client - General
Topic: problem uploading file via command line over sftp
Replies: 1
Views: 426

problem uploading file via command line over sftp

I'm using the latest build, 1568. I issue the following command: coreftp -site Test_Site -u c:\ken\cpsa.jpg -log c:\ken\log.txt Below is the log. The file was never uploaded. The program would prompt me that the file exist and ask me if I want to overwrite it. I clicked overwrite. First of all, the ...
by jacken
Thu May 15, 2008 2:15 am
Forum: Client - Issues
Topic: command line with invalid path or wildcard
Replies: 11
Views: 1446

I'm using the current build, 1565, and I'm having the same problem with the -site commend along with wildcard character. Here is the command that I use: coreftp.exe -site bpg -d web/graphics/micr/*.gif -p c:\ken\ -log c:\ken\log.txt and the log file is below. It appears that when using the wildcard ...