Skip to main content

ftp client that like terimanl.

Project description

This Module is FTP client like terminal.

if you start this module, Please input host name, user name, password.

COMMANDS:

01 : cd <file> -- move current directory.
02 : pwd -- print now directory.
03 : ls -- list directory.
04 : upload <file> -- upload file.
05 : del <file> -- delete file.
06 : mkdir <dir> -- make directory.
07 : rmdir <dir> -- delete directory.
08 : rename <fromname> <toname> -- rename file name.
09 : download <file> -- download file.

** new!

In version 1.3, has mode feature.
if you call "useconf" mode,
this module read config file, and login ftp term.

How to write config file::
<host name>
<use name>
<password>


there are two mode below.
01 : nomal -- Please input host, user and passwd. and login.
02 : useconf <file> -- read config file, and login.
03 : upload <file> <*config file> <*path> -- upload file.<-new!

** if you not input mode, this module call "nomal" mode.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ftpterm-1.4.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page