Sponsored Content
Full Discussion: mr saint
Top Forums UNIX for Advanced & Expert Users mr saint Post 9991 by jyotipg on Tuesday 6th of November 2001 09:29:06 AM
Old 11-06-2001
i think, u got this error due to some error while downloading the file. If this is a binary file, it should better be transferred in the binary mode. Instead of downloading using your browser, you can do an anonymous ftp to ftp.samba.org and find the file there in pub/samba directory. U can ftp it to your machine in binary mode. That may help u.
This file size is actually 6622889 bytes. So, find the size of the tar file that u have downloaded. If it doesnt matches, u certainly had the problem in downloading.

Good Luck.. Smilie
 
ftp::geturl(n)							    ftp client							    ftp::geturl(n)

__________________________________________________________________________________________________________________________________________________

NAME
ftp::geturl - Uri handler for ftp urls SYNOPSIS
package require Tcl 8.2 package require ftp::geturl ?0.2.1? ::ftp::geturl url _________________________________________________________________ DESCRIPTION
This package provides a command which wraps around the client side of the ftp protocol provided by package ftp to allow the retrieval of urls using the ftp schema. API
::ftp::geturl url This command can be used by the generic command ::uri::geturl (See package uri) to retrieve the contents of ftp urls. Internally it uses the commands of the package ftp to fulfill the request. The contents of a ftp url are defined as follows: file The contents of the specified file itself. directory A listing of the contents of the directory in key value notation where the file name is the key and its attributes the asso- ciated value. link The attributes of the link, including the path it refers to. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category ftp of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. SEE ALSO
ftpd, mime, pop3, smtp KEYWORDS
ftp, internet, net, rfc 959 CATEGORY
Networking ftp 0.2.1 ftp::geturl(n)
All times are GMT -4. The time now is 03:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy