1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-29 18:21:24 +00:00
This commit is contained in:
kev 2015-06-09 23:47:42 +08:00
parent 4d648ff4d8
commit 25889820d7

@ -38,6 +38,7 @@ $ docker exec -it pureftpd_pureftpd_1 bash
$ ftp remote-server $ ftp remote-server
Name: kev Name: kev
Password: ****** Password: ******
ftp> !touch file.txt
ftp> !ls ftp> !ls
ftp> put file.txt ftp> put file.txt
ftp> !rm file.txt ftp> !rm file.txt