Search found 50 matches

by dtw01
Fri Nov 12, 2004 6:19 pm
Forum: Client - Issues
Topic: Downloading a file over a secure FTP link - receiving errors
Replies: 14
Views: 4129

Our system is pretty flexible and I'm sure we can work around the problem if we have to. I wonder why this particular server treats this as a 550 error though and other servers do not. I wonder if it would make any difference if we used a wild card instead of the fixed name for the download?
by dtw01
Fri Nov 12, 2004 5:23 pm
Forum: Client - Issues
Topic: Downloading a file over a secure FTP link - receiving errors
Replies: 14
Views: 4129

I'm only aware of it being a problem for this last scenario. I think it should be made to act consistentently as with other FTP sessions in that it doesn't report an error if there are no files to download. I think the other issue that "farmer" - Greg mentioned earlier may have been resolv...
by dtw01
Fri Nov 12, 2004 3:33 pm
Forum: Client - Issues
Topic: Downloading a file over a secure FTP link - receiving errors
Replies: 14
Views: 4129

Chris, The latest error that we are receving is as follows: Started on Friday November 12, 2004 at 06:15:AMConnect socket #564 to 170.135.125.70, port 20021...220 <<<Connect:Enterprise UNIX 2.1.00 Secure FTP>>> at rsceprod FTP server ready. Time = 06:15:05 AUTH SSL 234 AUTH TLS-P/SSL OK. SSLv3, ciph...
by dtw01
Tue Oct 05, 2004 7:04 pm
Forum: Client - Miscellaneous
Topic: 2 Requests for Site Manager
Replies: 5
Views: 4741

I thought of another option as well. You could create another frame the same size as the one holding the 5 bottom buttons, right between the bottom one (holding the 5 buttons) and top. That should give a pretty wide comment box big enough for at least 2 lines to be displayed and only make the Site M...
by dtw01
Tue Oct 05, 2004 6:37 pm
Forum: Client - Miscellaneous
Topic: 2 Requests for Site Manager
Replies: 5
Views: 4741

Personally I think I would either move the Start Folder fields to the Advanced options dialog (since they most likely are only going to be setup once during the Site creation), or move all the fields up a little bit to make room for it right under the Local Start Folder field. I like the first optio...
by dtw01
Tue Oct 05, 2004 5:13 pm
Forum: Client - Miscellaneous
Topic: 2 Requests for Site Manager
Replies: 5
Views: 4741

2 Requests for Site Manager

1. Would it be possible for you to add a comment box on the same screen as the Site Name? There are various things that our team would store in there. Contact info for password/logon issues. Reminders that a particular Site will only run from a particular server due to fire wall rules. etc... 2. Wou...
by dtw01
Mon Sep 27, 2004 9:44 pm
Forum: Client - Miscellaneous
Topic: Possibly add the Delete source file switch from command line
Replies: 1
Views: 3746

Possibly add the Delete source file switch from command line

Is there any way that I could please talk you into adding the Delete source files switch from the command line, just like the ASCII or BINARY switch is. The reason that I ask is that I would like to leave all of our Site settings to NOT delete the source files. We setup, test & trouble shoot our...
by dtw01
Fri Sep 24, 2004 8:31 pm
Forum: Client - General
Topic: Problem with HP/3000 FileName Listing
Replies: 2
Views: 1330

OK, I sent both the Log File & the Directory Info file to support.
by dtw01
Fri Sep 24, 2004 7:56 pm
Forum: Client - General
Topic: Problem with HP/3000 FileName Listing
Replies: 2
Views: 1330

Problem with HP/3000 FileName Listing

Hi there. I'm connecting to an HP/3000 with a system type of MPE/IX. I am able to connect and login just fine, but it won't list the FileNames correctly. If I right click and choose Directory Info the following is what I get: PATH= /FTP/MAYO835/ CODE ------------LOGICAL RECORD----------- ----SPACE--...
by dtw01
Wed Sep 22, 2004 7:40 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

Today I'm testing FTP's (uploading) to a mainframe (MVS) system & I've noticed a couple of things that probably need a little tweaking. If I don't give it a destination path in the command line, the transfer does not work. Here's and example of the command line and the log output following. The ...
by dtw01
Tue Sep 21, 2004 8:59 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

Could UNC possibly be the issue again?
by dtw01
Tue Sep 21, 2004 8:58 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

As a matter of fact it's doing it on all 4 of the boxes. I typed in 3 test lines per box, closed the app and came back in and only the first line appeared for each one. Here's what's in the cfg file. Sc1=Pre login commands line 1 Pre login commands line 2 Pre login commands line 3 Sc2=Post login com...
by dtw01
Tue Sep 21, 2004 8:45 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

If you open your coreftp.cfg file up with Notepad, does your data show up as 2 separate lines or does it show up with 1 line and a non-printable character as in your previous example?

Mine shows up like this:

Sc2=cwd ..
cwd edit.ftp
by dtw01
Tue Sep 21, 2004 8:18 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

I had a similiar type of problem in VB 6 using a specific Line at a time type of a read. When reading in the line it would read until it encountered a CR/LF. The problem was that it wouldn't include that CR/LF in the buffer/variable that we were storing the data into. Then when it came time to re-wr...
by dtw01
Tue Sep 21, 2004 6:45 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

Are you using the coreftp.cfg file or the registry? I'm pretty sure that when I was using the registry a couple weeks ago this wasn't a problem. Only when I'm using the coreftp.cfg file and sharing the profile between computers. Just out of curiousity, what programming language / version is this wri...
by dtw01
Tue Sep 21, 2004 6:29 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

XP SP1
by dtw01
Tue Sep 21, 2004 5:47 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

It's been my experience in the past that Carriage Return & Line Feed (CR LF) characters can be handled a multitude of different ways when reading/writing to/from flat files.
by dtw01
Tue Sep 21, 2004 2:05 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

I should make a slight correction to my statement. When I close the application and re-open it and pull that Site back up it only shows the "cwd..".
by dtw01
Tue Sep 21, 2004 2:02 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

Build 1385 still didn't seem to fix the problem of being able to save off more than one line in the Post login commands box. Here is what it looks like inside the coreftp.cfg file. Name=T-MAINFRAME Desc= Host=mainframe.mayo.edu User=tu00055 HostT=10 PW=2570047AF1C8B46866B5D70B36509E79 Acct= PthR= Pt...
by dtw01
Mon Sep 20, 2004 5:22 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

Fantastic! :D
by dtw01
Mon Sep 20, 2004 5:06 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

In order to test a mainframe gdg ftp from the command line, I need to be able to save off more than one line in the Post login commands box.

Any idea as to when that may be fixed?
by dtw01
Thu Sep 16, 2004 9:22 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

The reason I ask is that the -p doesn't seem to work correctly for an upload. It has problems changing directories. If I use these command line options it works: -site T-EDISRV02 -u \\CLMSRV03\JOBS$\TEST\EDI\DTW\XXX\DTW_TEST.TXT /TEST/ If I use these command line options is doesn't work. -site T-EDI...
by dtw01
Thu Sep 16, 2004 8:41 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

Will do. :D

Is it OK to use the -p and -FN for both upload & download?
by dtw01
Thu Sep 16, 2004 7:47 pm
Forum: Client - General
Topic: Command Line - Delete Source File(s) option?
Replies: 2
Views: 1350

I guess that should work. :)
by dtw01
Thu Sep 16, 2004 7:20 pm
Forum: Client - General
Topic: Problem with IBM (MVS) Connection
Replies: 33
Views: 14600

Just wondering if this was put into the last build? I tried testing it, but didn't have any luck. Maybe I'm not using it correctly though. When you implement this, are you going to have the file name right along with the -p switch (/path/filename), or have a separate switch just for the file name? I...
by dtw01
Thu Sep 16, 2004 7:06 pm
Forum: Client - General
Topic: Command Line - Delete Source File(s) option?
Replies: 2
Views: 1350

Command Line - Delete Source File(s) option?

Does the command line support deleting/removing the source file(s) upon successful transfer? I know the GUI does, but there's nothing in the documentation that mentions it as an option for the command line? This would be extremely valuable to me, as one of our other command line ftp utilities has th...
by dtw01
Wed Sep 15, 2004 6:22 pm
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

Sorry about not sharing that info with you earlier. We try to use unc names around here as much as possible, rather than keeping drives mapped between machines. Helps cut down on the spreading of network viruses if one machine should happen to become infected.
by dtw01
Wed Sep 15, 2004 5:38 pm
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

I've tried that already, but it doesn't work. It just recreates another empty sites.idx file.
by dtw01
Wed Sep 15, 2004 5:23 pm
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

Is there anyway to get the sites.idx file to re-build from the coreftp.cfg file? Right now I'm sitting with my 17 Sites in the config file but no way to get to them since my sites.idx file is empty?
by dtw01
Wed Sep 15, 2004 5:01 pm
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

I have attempted to keep them all the same, however I missed the CoreFtp registry settings residing in HKEY_CURRENT_USER. I was previously only looking for them in HKEY_CURRENT_MACHINE when I deleted them. Should I get rid of all CoreFtp registry entries if they exist? Where are all the settings get...
by dtw01
Wed Sep 15, 2004 4:29 pm
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

Oh no! I'm having a bunch of problems with build 1382. :cry: OK, just to recap my setup. I have the real copy of coreftp installed on what I call the master server (edisrv05) and on my secondary servers I just have short-cuts. All instances (real copy & short-cuts) have their data options set wi...
by dtw01
Wed Sep 15, 2004 2:02 am
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

Sounds great! I can't wait for the next build. :D I've signed up to be notified of new builds/updates, so I guess that should be about it until the next version. Thanks so much for all your time and consideration. I know that this is the product I'm going to be pushing for our team to adopt. I'm exc...
by dtw01
Tue Sep 14, 2004 9:36 pm
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

It brings up all the connections (unless you cache them somewhere else) and it must be able to access it, as everytime I open CoreFtp & close it again, it writes out one or more instance(s) of the "New Site" to the coreftp.cfg file. It doesn't get displayed again however from within Si...
by dtw01
Tue Sep 14, 2004 8:56 pm
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

I've got all copies (short-cuts) pointed to (using) the same coreftp.cfg & sites.idx files within the shared directory. One weird thing I'm encountering is that everytime Site Manager is opened up, a new Site called "New Site" is added to the list. Have you seen that one before?
by dtw01
Tue Sep 14, 2004 7:16 pm
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

Actually neither one of the options you meantioned worked, buy maybe I should explain the setup scenario that I'm attempting to pull off. I only installed CoreFtp.exe on one server within a Shared directory. On two other servers I have just created short-cuts on their desktops pointing to CoreFtp.ex...
by dtw01
Tue Sep 14, 2004 3:26 pm
Forum: Client - Miscellaneous
Topic: Feature Requests
Replies: 4
Views: 4683

The -log option works perfectly for what I want to use it for. Thanks!
by dtw01
Tue Sep 14, 2004 2:49 pm
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

The shared network Site profile kind of works, but still seems quite buggy. If you add a Site on one computer, shut down CoreFtp and then launch CoreFtp on a second computer, it doesn't recognize the new Site that was just setup. If you create a new Site from the second computer and shut it down and...
by dtw01
Mon Sep 13, 2004 8:01 pm
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

Thanks! I got past the Lock.

This is going to be one great product!

I love how flexible it is already. Keep up the great work!
by dtw01
Mon Sep 13, 2004 7:57 pm
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

I installed the trial version of CoreFtp Pro on another machine, and the Global Settings "Data" Options are all disabled (grayed out) on that machine as well with the Lock Settings box Checked On.
by dtw01
Mon Sep 13, 2004 7:41 pm
Forum: Client - Miscellaneous
Topic: Feature Request - Improved Site Import/Export Functionality
Replies: 27
Views: 16165

Does this take the Pro version?

When I go to into the Data option all of the entries are disabled (grayed out) except the Lock Settings has been checked on. If I try to Uncheck the Lock Settings a password dialog comes up.

Is it installed that way by default with the Lite version?