Scroll to navigation

CONCHFTP(1) General Commands Manual CONCHFTP(1)

NAME

conchftpConch command-line SFTP client

SYNOPSIS

conchftp [-B buffer_size] [-b command_file] [-R num_requests] [-s subsystem]

DESCRIPTION

conchftp is a client for logging into a remote machine and executing commands to send and receive file information. It can wrap a number of file transfer subsystems

The options are as follows:

Specifies the default size of the buffer to use for sending and receiving. (Default value: 32768 bytes.)
File to read commands from, '-' for stdin. (Default value: interactive/stdin.)
Number of requests to make before waiting for a reply.
Subsystem/server program to connect to.

The following commands are recognised by conchftp:

path
Change the remote directory to 'path'.
gid path
Change the gid of 'path' to 'gid'.
mode path
Change mode of 'path' to 'mode'.
uid path
Change uid of 'path' to 'uid'.
Disconnect from the server.
remote-path [local-path]
Get remote file and optionally store it at specified local path.
Get a list of available commands.
path
Change local directory to 'path'.
[ls-options [path]]
Display local directory listing.
path
Create local directory.
linkpath targetpath
Symlink remote file.
Print the local working directory.
[-l [path]]
Display remote directory listing.
path
Create remote directory.
Toggle progress bar.
local-path [remote-path]
Transfer local file to remote location
Print the remote working directory.
Disconnect from the server.
oldpath newpath
Rename remote file.
path
Remove remote directory.
path
Remove remote file.
Print the SFTP version.
?
Synonym for 'help'.

AUTHOR

cftp by Paul Swartz <z3p@twistedmatrix.com>. Man page by Mary Gardiner <mary@twistedmatrix.com>.

REPORTING BUGS

Report bugs to http://twistedmatrix.com/trac/

COPYRIGHT

Copyright © 2005-2008 Twisted Matrix Laboratories
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

October 8, 2005 Debian