Topic: vedit.ini & FTP (1 of 2), Read 16 times
Conf: VEDIT Beta Test
From: Ian Binnie
Date: Tuesday, January 17, 2006 09:57 PM

I had always assumed that Vedit copied the information from the old vedit.ini to a new file.
It appears this is not the case, and I noted a number of differences from the vedit.ini included in the download, and the resultant.
(I always install over, and transfer the configuration and keyboard layout.)

Some of the differences are trivial e.g. version number on 1st line

Others affect the interpretation of the file e.g. the following was missing:-

[VEDIT]
;
; The following parameters (directories) determine the location of VEDIT's
; files. Each parameter can be the full pathname, or use these options:
; - If no drive is specified, the same drive as the ".exe" executable is used.
; - The syntax "%VAR%" uses the environment variable "VAR" for that portion
; of the pathname.
;
...
; VeditFtpDir is the directory used to store files downloaded by ftp.

[FTP]
;
; The FTP "Connect" combo box holds user entered connection strings (URL's).
; These strings are saved into the section [FTP URL].
; Set "MaxFTP" to the desired maximum number of URL's (0-100) to be
; saved into the [FTP URL] section.
;
; The FtpHost, FtpUser and FtpPW are assigned to the internal Vedit strings
; FTP_HOST, FTP_USER and FTP_PW and can be viewed via the command "cfs()".
; They are used for default values when constructing URL's.
;
; FtpPassive is needed for communicating from behind a firewall.
; (This can be overridden in the FTP Connect dialog).
;
; In the following FTP-related sections, passwords may be entered as
; simple text strings. They will, however, be encrypted when written
; back out.
;

Far more significantly, some entries were missing:-

VeditFtpDir=%TEMP%

[FTP]
MaxFTP=15
FtpPassive=1

I added these entries, and now can use FTP, which previously did not work.


I am currently using:-
VEDIT (32-Bit) Ver. 6.15.1 01/09/06
Windows-Version: 501

I could supply copies of the vedit.ini if needed.

 


Topic: Re: vedit.ini & FTP (2 of 2), Read 15 times
Conf: VEDIT Beta Test
From: Ted Green
Date: Wednesday, January 18, 2006 10:17 AM

At 09:58 PM 1/17/2006, you wrote:
>I had always assumed that Vedit copied the information from the old vedit.ini to a new file.
>It appears this is not the case, and I noted a number of differences from the vedit.ini included in the download, and the resultant.
>(I always install over, and transfer the configuration and keyboard layout.)

The installation checks if the existing vedit.ini has all the new sections. If not it copies in a new vedit.ini and transfers most of the old vedit.ini to the new vedit.ini.

>Some of the differences are trivial e.g. version number on 1st line
>
>Others affect the interpretation of the file e.g. the following was missing:-

This makes no sense - these are the "New" sections. Perhaps you are mixing up the old and new vedit.ini files. Or you installed a very early 6.15 which didn't have a fully documented vedit.ini yet.

>Far more significantly, some entries were missing:-
>VeditFtpDir=%TEMP%

Then you definitely have something mixed up. You might want to
delete your vedit.ini and re-install.

Ted.