Tag Archives: post

wget으로 로그인하고, 세션 유지하기

  wget으로 로그인하고, 세션 유지하기 ]$ wget –keep-session-cookies –save-cookies cookie –post-data=’user_id1=로그인ID&password1=비밀번호’ -S 로그인하고, 데이터를 올리는 곳에서 사용하면 유용합니다. user_id1, password1은 해당 폼 필드에 맞게 바꿔야 합니다.  

Posted in System, Util/Tools | Tagged , , , , , | Leave a comment