|
Class: URITransmission
Object
|
+--URITransmission
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-URI
- Version:
- rev:
1.24
date: 2021/01/20 16:00:25
- user: cg
- file: URITransmission.st directory: goodies/communication
- module: stx stc-classLibrary: communication
readFromUri and writeToUri
pathsegment of both have to be the same,
like a directory path or a file path.
[instance variables:]
[class variables:]
copyrightCOPYRIGHT (c) 2003 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
default access
-
ftpMoveToFilenameSuffix
-
-
moveToSubDirectoryName
-
-
transferBufferSize
-
instance creation
-
fromString: aString
-
self fromString:'file:/tmp/test/transmission
ftp://asterix.exept.de/home/tm/tmp
10'
-
fromString: aString onError: anExceptionBlock
-
self fromString:('file:/tmp/test/transmission
ftp://tm:password@asterix.exept.de/home/tm/tmp
10') onError:nil
accessing
-
activeTime
-
return the value of the instance variable 'activeTime' (automatically generated)
-
activeTime: aTimestamp
-
set the value of the instance variable 'activeTime' (automatically generated)
-
infoChannel: something
-
set the value of the instance variable 'infoChannel' (automatically generated)
-
interval
-
return the value of the instance variable 'interval' (automatically generated)
-
interval: minutes
-
set the value of the instance variable 'interval' (automatically generated)
-
readFromUri
-
return the value of the instance variable 'readFromUri' (automatically generated)
-
readFromUri: anURI
-
set the value of the instance variable 'readFromUri' (automatically generated)
-
transmissionInfo
-
-
writeToUri
-
return the value of the instance variable 'writeToUri' (automatically generated)
-
writeToUri: anURI
-
set the value of the instance variable 'writeToUri' (automatically generated)
actions
-
advanceFrom: aTimestamp
-
-
doCommit
-
perform the transmission
helpers
-
copyStream: aReadStream toUri: writeUri
-
copy the contents of aReadStream to writeUri
instance creation
-
readFromUri: readFromUriArg writeToUri: writeToUriArg
-
set instance variables (automatically generated)
-
readFromUri: readFromUriArg writeToUri: writeToUriArg interval: intervalArg
-
set instance variables (automatically generated)
notification
-
errorInfo: aMessage
-
-
info: aMessage
-
|