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

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.

Apple's iOS 26 and iPadOS 26 updates are packed with new features, and you can try them before almost everyone else. First, check Gadget Hacks' list of supported iPhone and iPad models, then follow the step-by-step guide to install the iOS/iPadOS 26 beta — no paid developer account required.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!