Yes. If you're using Windows, you can access a
text-based FTP utility from a Command Prompt or use Internet Explorer as your
FTP Client:
Using Command Prompt:
- From "Start" menu select "All
Programs > Accessories > Command Prompt"
- Type "ftp" and you will get a ftp> prompt
- Type "open ftp.YourDomain.com"
- Enter your FTP username.
- Enter your password
C:\>ftp
ftp> open ftp.YourDomain.com
Connected to ftp.YourDomain.com.
220 ProFTPD 1.2.10 Server (ftp.YourDomain.com) [192.168.1.1]
User (ftp.YourDomains.com:(none)): YourFTPUserName
331 Password required for YourFTPUserName.
Password:
230 User YourFTPUserName logged in.
ftp> |
You can now use
standard FTP commands to manage your web site files. |
|