Here's a session log:LoST RaiNDRoP wrote:how do you use the command-line FTP client?Scintilla wrote:Or you could just use the command-line FTP client that you already have (assuming you're using Windows).King_Poiuy wrote:Hey, you can upload anything you want, charge free. You just have to get cuteFTP.
220 ProFTPD 1.2.9rc2 Server (ProFTPD) [hostxx.ipowerweb.com]
User (hostxx.ipowerweb.com:(none)): xxxx
331 Password required for xxxx.
Password:
230 User xxxx logged in.
ftp> ls
200 PORT command successful
150 Opening ASCII mode data connection for file list
public_ftp
public_html
www
tmp
etc
226 Transfer complete.
ftp: 46 bytes received in 0.64Seconds 0.07Kbytes/sec.
ftp> cd public_html
250 CWD command successful.
ftp> binary
200 Type set to I
ftp> put Track04.wav
200 PORT command successful
150 Opening BINARY mode data connection for Track04.wav
...
Frequently-used commands are highlighted. You can probably figure out what they do from the server messages.
Windows' command-line FTP client is practically a direct rip of the standard UNIX FTP client. This would be awesome, if the Windows console-mode shell didn't suck ass.
Unfortunately, it sucks ass.
Windows Explorer's FTP capability is probably a better alternative. Type
ftp://user:pass@host/
into the Address bar of any Explorer window, and you'll be logged in via FTP to host, using the given username and password. From there you can perform the usual Windows file manipulation operations like you normally would.