OpenBSD Servers
Service Status
Password Reset
Email Alias Request
Webstats
Tutorials
FTP
Email
SSH
Certificates
Home

OpenBSD Servers Support Tutorials

FTP - For unencrypted upload

Command Line FTP instructions for Windows users

start->run cmd.exe

ftp ftp://www.YOUR.SITE

Enter your ftp username and password

You first need to determin what type of file you are uploading.
To upload a html text file type "ascii"
To upload a binary such as a picture type "bin"

To upload a file type the command "put c:\file-to-upload"
To download a file type the command "get file-on-server"

To list the contents of the current working directory type "ls"
To change the current working directory type "cd DIRECTORY"
To change the current local directory type "lcd DIRECTORY"

There also quite a few graphical ftp clients, please select one you feel most comfortable with.

Last Update: 01/01/06
Copyright © 2003 - 2006 OpenBSD Servers