Skip to content

Instantly share code, notes, and snippets.

@patcullen
Created November 7, 2014 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patcullen/b75928f3bf9e7056139c to your computer and use it in GitHub Desktop.
Save patcullen/b75928f3bf9e7056139c to your computer and use it in GitHub Desktop.
{
"result": [
"ftp> Local directory now C:\\some\\virtual\\folder.",
"ftp> lcd c:\\some\\folder\\and\\directory",
"Connected to some.site.com.",
"open some.site.com",
"220 Microsoft FTP Service",
"User (some.site.com:(none)): ",
"331 Password required for some_user.",
"",
"230 User logged in.",
"ftp> cd remote_directory",
"250 CWD command successful.",
"ftp> Interactive mode Off .",
"ftp> prompt",
"put c:/some/folder/and/file.txt",
"200 PORT command successful.",
"125 Data connection already open; Transfer starting.",
"226 Transfer complete.",
"ftp: 4775 bytes sent in Seconds Kbytes/sec.",
"ftp> 0.0770.22bye",
"221 Goodbye.",
""
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment