Skip to content

Instantly share code, notes, and snippets.

@gonzaloserrano
Created February 15, 2017 21:58
Show Gist options
  • Save gonzaloserrano/1c4bfda42bf8ddfb87cedc62c91b2878 to your computer and use it in GitHub Desktop.
Save gonzaloserrano/1c4bfda42bf8ddfb87cedc62c91b2878 to your computer and use it in GitHub Desktop.
ftp test output from SO
╰─○ go run main.go
FILE_TRANSFER
{Unrecognized command}
TRANSFER_FILE
Source file name:../bigfile
Destination file name:bigfile_new
65496290 bytes sent
{File transfer complete}
TRANSFER_FILE
Source file name:../bigfile
Destination file name:bigfile_new2
65496290 bytes sent
{File transfer complete}
^Csignal: interrupt
╭─[22:57:09] gonzalo@tribe: ~/dev/sp/go/src/github.com/gonzaloserrano/go-nzalo/stackoverflowhelp/42259364/original/client
┆ master: ✘, 1 file changed, 12 insertions(+), 7 deletions(-), 4 files untracked
╰─✘ ls -l ../server
total 127936
-rwxrwxrwx 1 gonzalo staff 65496290 feb 15 22:56 bigfile_new
-rwxrwxrwx 1 gonzalo staff 65496290 feb 15 22:57 bigfile_new2
-rw-r--r-- 1 gonzalo staff 2613 feb 15 22:35 main.go
-rwxrwxrwx 1 gonzalo staff 1855 feb 15 22:42 main.test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment