Skip to content
/ goose Public

CLI Ftp-client. Transfer files with your ftp-server via simple command prompt interface.

Notifications You must be signed in to change notification settings

zavvdev/goose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goose v1.0.0

CLI Ftp-client. Transfer files with your ftp-server via simple command prompt interface.

 

Note: You dont need to use double or single quotes to create/delete/upload/download file or directory with spaces in name. For example, you should use: dir new dir instead dir "new dir".

 

Commands:

 

✔ rush

Connect to remote ftp server.

rush example.ftp.com

 

✔ put

Upload file or directory to remote ftp server. You can provide relative path as well. Note, that "put" action uploads data to where you are at the moment in the remote server.

put /local/path/to/data

 

✔ take

Download file or directory from remote ftp server. You can provide relative path as well. Note, that "take" action downloads data to where you are at the moment in the local server.

take /remote/path/to/data

 

✔ jump

Change current environment.

jump local
jump remote

 

✔ status

Show connection status.

status

 

✔ dir

Create directory. You can provide relative path as well.

dir /path/to/new/dir

 

✔ del

Delete file or directory. You can provide relative path as well.

del /path/to/data

 

✔ cd

Change directory. You can provide relative path as well.

cd /path/to/dir

 

✔ ls

Print list of content in current directory.

ls

 

✔ whereami (pwd)

Print current path.

whereami
pwd

 

✔ whoami

Print your user name.

whoami

 

✔ clear

Clear terminal.

clear

 

✔ help (h)

Print all available commands.

help
h

 

✔ exit (x)

Terminate program.

exit
x

 

About

CLI Ftp-client. Transfer files with your ftp-server via simple command prompt interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages