Smalltalk/X Webserver
Documentation of class 'SftpClient':
everywhere
www.exept.de
for:
Class: SftpClient
Inheritance
Instance protocol
accessing
connecting
direct access
errors
protocol
reading packets
Private classes
Inheritance:
Object
| +--
SftpClient
Package:
stx:goodies/communication
Category:
Net-Communication-SFTP
Version:
rev:
1.9
date:
2007/10/16 12:03:20
user:
stefan
file:
SftpClient.st
directory:
goodies/communication
module:
stx
stc-classLibrary:
communication
Instance protocol:
accessing
connection
connection:
something
hostname
hostname:
something
nextRequestId
answer the next unused requestId. Wrap around.
port
port:
something
sourceIpAddress
sourceIpAddress:
something
username
username:
something
connecting
close
connect
connectString
direct access
copyLocal:
localFilename
to:
remoteFilename
copyRemote:
remoteFilename
to:
localFilename
directoryContentsOf:
remoteFilename
pwd
remove:
remoteFilename
rename:
existingRemoteFilename
to:
newRemoteFilename
saveCopyLocal:
localFilename
to:
remoteFilename
same as copyLocal, but use an intermediate file
sftpCommand:
sftpCommand
version
errors
protocolError:
description
with:
sftpPacket
protocol
directoryContentsFromHandle:
sftpHandle
initialHandshake
openDirectory:
aFilenameString
openFile:
aFilenameString
reading packets
getNextPacket
read the next packet and return it without the length field
Private classes:
SftpHandle
SftpPacketBuilder
ST/X 6.1.1; WebServer 1.620 at exept:8081; Tue, 22 May 2012 22:09:07 GMT