Created
March 12, 2015 10:15
-
-
Save Viper-7/7e63c25b2a73a6a5e76e 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 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