Sponsored Content
Full Discussion: what about 'dtp' ?
Top Forums UNIX for Dummies Questions & Answers what about 'dtp' ? Post 56353 by svennie on Friday 1st of October 2004 07:52:09 AM
Old 10-01-2004
Data

I've just found out that transfers from unix to winNT via rcp won't work. there's missing a daemon or sth. like that at the winNT system. you could buy it...but that's not my way.

in the end, I'll modify perderabo's automatic recursive ftp script. I just don't wanna lern ksh....hopefully the semantics would run under sh.

by the way, the script is only [ftp from NT to UNIX]...I need an inverted one. is it possible to modify generally?

[https://www.unix.com/shell-programming-and-scripting/9174-recursive-ftp-here-last.html?s=]

has anyone heard of the unix 'send' command? there you could also transfer files...but I didn't find it in the man pages.

greetz..
 
ftp::geturl(3tcl)						    ftp client							 ftp::geturl(3tcl)

__________________________________________________________________________________________________________________________________________________

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(3tcl)
All times are GMT -4. The time now is 11:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy