Skip to content

Commit

Permalink
#2
Browse files Browse the repository at this point in the history
  • Loading branch information
kolban-google committed Feb 12, 2021
1 parent bb410de commit 2de831d
Show file tree
Hide file tree
Showing 4 changed files with 1,789 additions and 18 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all:
run:
#node sftp-gcs.js --bucket kolban-test1 --port 9022 --service-account-key-file=keys/sftp-gcs-sa.jsonX --debug debug
#node sftp-gcs.js --bucket kolban-test1 --port 9022 --user=user --public-key-file=/home/kolban/.ssh/id_rsa.pub
#node sftp-gcs.js --bucket kolban-test1 --port 9022 --public-key-file=/home/kolban/.ssh/id_rsa.pub
#node sftp-gcs.js --bucket kolban-test1 --port 9022 --public-key-file=/home/kolban/.ssh/id_rsa.pub --debug debug
node sftp-gcs.js --bucket gs://kolban-test1 --port 9022 --debug debug
#node sftp-gcs.js --bucket kolban-test1 --port 22

Expand All @@ -20,4 +20,5 @@ dockerbuild:
docker build . --tag sftp-gcs

sftp:
sftp -v -v -o Port=9022 -o LogLevel=DEBUG3 user@localhost
#sftp -v -v -o Port=9022 -o LogLevel=DEBUG3 user@localhost
sftp -v -v -o Port=9022 -o LogLevel=DEBUG3 localhost
Loading

0 comments on commit 2de831d

Please sign in to comment.