Header Banner
WonderHowTo Logo
WonderHowTo
Operating Systems
wonderhowto.mark.png
Gadget Hacks Next Reality Food Hacks Null Byte The Secret Yumiverse Invisiverse Macgyverisms Mind Hacks Mad Science Lock Picking Driverless

How to FTP Via the Command Line

May 3, 2011 04:01 AM

Wondering how to connect and upload files via FTP from the command line? This is a very simple tutorial, by request from a friend.



I hope you find it informative and helpful.

What you need to do:

All you need are 2 files as follows:



FTPcommand.dat:

open 127.0.0.1

test

test

put tut2do.txt

quit



FTPBAT.bat:

ftp -s:FTPcommand.dat

Replace 127.0.0.1 with the IP or domain of the FTP server.

Replace test with the user name and password (in that order).

Replace tut2do.txt with any file you want to upload.

You already know how to use your phone. With Gadget Hacks' newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.

Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!