Unix and Linux Discussions Tagged with ftp |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
15,573 |
AIX |
|
|
|
31 |
29,913 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
4,858 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
10,607 |
Shell Programming and Scripting |
|
|
|
6 |
11,902 |
Programming |
|
|
|
2 |
3,086 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
21,394 |
SCO |
|
|
|
5 |
20,028 |
Windows & DOS: Issues & Discussions |
|
|
|
2 |
8,945 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,989 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,885 |
AIX |
|
|
|
2 |
2,330 |
UNIX for Beginners Questions & Answers |
|
|
|
16 |
3,927 |
Shell Programming and Scripting |
|
|
|
1 |
3,301 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,125 |
Shell Programming and Scripting |
|
|
|
2 |
9,040 |
Linux |
|
|
|
3 |
2,182 |
Shell Programming and Scripting |
|
|
|
3 |
7,297 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
5,138 |
AIX |
|
|
|
24 |
10,570 |
Shell Programming and Scripting |
|
|
|
1 |
3,822 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
5,960 |
Shell Programming and Scripting |
|
|
|
1 |
7,254 |
Red Hat |
|
|
|
5 |
2,804 |
UNIX for Beginners Questions & Answers |
|
|
|
23 |
8,895 |
Shell Programming and Scripting |
|
|
|
1 |
3,776 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
2,275 |
Shell Programming and Scripting |
|
|
|
12 |
10,434 |
Ubuntu |
|
|
|
1 |
6,172 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
7,507 |
Shell Programming and Scripting |
|
|
|
8 |
9,912 |
Shell Programming and Scripting |
|
|
|
1 |
4,700 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,799 |
UNIX for Dummies Questions & Answers |
|
|
|
22 |
7,824 |
Shell Programming and Scripting |
|
|
|
7 |
10,050 |
Shell Programming and Scripting |
|
|
|
5 |
2,884 |
Shell Programming and Scripting |
|
|
|
7 |
21,120 |
Shell Programming and Scripting |
|
|
|
4 |
8,783 |
Shell Programming and Scripting |
|
|
|
1 |
3,802 |
Red Hat |
|
|
|
2 |
3,579 |
Linux |
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
ftp 0.2.1 ftp::geturl(n)