Skip to content

Instantly share code, notes, and snippets.

@karronoli
Created February 23, 2011 15:34
Show Gist options
  • Save karronoli/840565 to your computer and use it in GitHub Desktop.
Save karronoli/840565 to your computer and use it in GitHub Desktop.
ftp.exe script file to self NTFS Stream
call :HOGE %0 && ftp -s:%0:ftp
goto :EOF
:HOGE
echo prompt > %1:ftp
echo open ftp.ring.gr.jp >> %1:ftp
echo anonymous>> %1:ftp
echo.>> %1:ftp
echo get index-j.html>> %1:ftp
echo quit>> %1:ftp
exit /b 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment