Search found 8 matches

by bigRahn
Fri Apr 18, 2008 6:54 pm
Forum: Client - Issues
Topic: Build 1552: runtime error when multiple users run together
Replies: 0
Views: 4397

Build 1552: runtime error when multiple users run together

I get a runtime error when multiple clients run at the same time, when one of them is signed in as a different user. Repro: 1. On a computer with multiple user accounts, set up a scheduled tasks to launch CoreFTP and download something. (i.e. a command line command) 2. Sign in under a user different...
by bigRahn
Mon Mar 03, 2008 8:37 pm
Forum: Client - Issues
Topic: Build 1547: Port's don't change automatically
Replies: 0
Views: 4257

Build 1547: Port's don't change automatically

A minor annoyance on Pro, build 1547 in the Site Manager.

When I change the connection type, the port number used to change appropriately.
Now I need to manually change it.
(i.e. FTP = port 21, SFTP = port 22, etc)
by bigRahn
Mon Mar 03, 2008 8:35 pm
Forum: Client - Issues
Topic: Build 1547: HTTPS server-directory doesn't display
Replies: 0
Views: 4521

Build 1547: HTTPS server-directory doesn't display

Using Core_FTP Pro 1547 Connecting to a Tumbleweed/SecureFTP server via HTTPS. The site connects, but the directory/files are not listed. Log shows: [color=blue]Resolving secureftp.XXX.org... Connect socket #2516 to 199.79.XXX.XX, port 443... TLSv1, cipher TLSv1/SSLv3 (DES-CBC3-SHA) - 168 bit Keep a...
by bigRahn
Fri May 04, 2007 11:13 am
Forum: Client - General
Topic: Coreftp client command line installing
Replies: 3
Views: 6320

try -s

Looks like CoreFTP uses a - instead of / for options.
Try using client.exe -s -import file.csv
by bigRahn
Fri May 04, 2007 11:04 am
Forum: Client - General
Topic: lock & unlock - check-out & check-in files
Replies: 1
Views: 4023

Curious if you ever find this

FTP is a transfer protocol, not a version control system. So I'd be interested in if you ever find this, since to me it sound like something you'd never find in an FTP package. You may want to look at using Sharepoint. Or put your VCS on a network drive that can be shared/accessed from where ever yo...
by bigRahn
Fri May 04, 2007 10:58 am
Forum: Client - General
Topic: Problem after installing
Replies: 1
Views: 3989

what arguments are you using

Are you connecting to a site that you can normally get to? What arguments are you putting in?
Is this from a command line?
by bigRahn
Wed May 02, 2007 12:32 pm
Forum: Client - Miscellaneous
Topic: Feature Request - share sites and import skips duplicates
Replies: 0
Views: 6533

Feature Request - share sites and import skips duplicates

This is two requests for Core_FTP Pro: 1. It would be nice to put the sites in a location/format that can be shared across profiles. When I create a new site, I would like to only add it once and have all user accounts be able to use it. It's a real hassle to have to log on to each user account to s...
by bigRahn
Mon Sep 18, 2006 3:40 pm
Forum: Client - General
Topic: Command line: downloading multiple file types at one time
Replies: 0
Views: 7295

Command line: downloading multiple file types at one time

I am trying to download files in one session instead of multiple sessions when I have multiple extensions. For example, I currently do this from a batch file to get *.txt and *.asc: coreftp -O -d /sys/*.txt -site new -p c:\new\ coreftp -O -d /sys/*.asc -site new -p c:\new\ This loads the site "...