Tk Library Source Code

View Ticket
Login
Ticket UUID: 582668
Title: ftp::Get with -variable fails
Type: Bug Version: None
Submitter: frari Created on: 2002-07-17 07:09:50
Subsystem: ftp Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-08-08 23:54:23
Resolution: Fixed Closed By: andreas_kupries
    Closed on: 2002-08-08 16:54:23
Description:
By using a construct like

ftp::Get $ftphandle directory/file -variable data

ftp raises an error, if no local directory "directory"
exists:

ftp::Get, directory "directory" for destination
"directory/file" does 
not exist

ftp checks for a local directory, even if the data
should never go to this directory, but to a variable.
User Comments: andreas_kupries added on 2002-08-08 23:54:23:
Logged In: YES 
user_id=75003

Patch committed.

andreas_kupries added on 2002-08-07 05:38:18:

File Added - 28560: 582668.diff

Logged In: YES 
user_id=75003

The attached patch should fix the problem. Please check.

Attachments: