mIRC Home    About    Download    Register    News    Help

Print Thread
#57530 25/10/03 11:12 PM
K
krunch
krunch
K
any one got some examples of ftp via sockets

#57531 25/10/03 11:42 PM
Joined: Dec 2002
Posts: 1,893
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,893
If you're only creating an uploading script, this tutorial will surely interest you.

#57532 25/10/03 11:48 PM
B
bunar
bunar
B
how about downloading script that downloads 1 file (.exe or .zip) ?

#57533 26/10/03 12:26 AM
Joined: Dec 2002
Posts: 1,893
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,893
This should be very simple. Follow the above tutorial, and create a cmd.txt file that will be looking like:
  • open ftp.host.com
    username
    password
    cd folder
    get file.ext c:\save\to\file.ext
    quit
To know the switches of ftp.exe, open a DOS window and type ftp -? in the command line. When you're inside the program, you can type ? to view a list of commands you can use.

#57534 26/10/03 07:55 AM
K
krunch
krunch
K
i've read that b4, and i've used it
but I'd like it on sockets

just for shits and giggles

#57535 26/10/03 10:07 AM
J
Jaakko
Jaakko
J


Link Copied to Clipboard