On Oct 9, 3:26 am, gluino <glu...@gmail.com> wrote:
> Hi
>
> Can WinXP's built-in FTP client provide a way to quickly transfer all
> files in a directory?
>
> For example:
> put *.*
> would be expected to upload all files in current local directory into
> current remote directory.
>
> And how about transfering a directory together with all its contents?
Multiple get with mget, multiple put with mput.
However, FileZilla is much better than the commandline fpt client
included in WinXP
OR, you could just use Windows Explorer (no not IE, just Explorer)
In the address bar, type the ftp server address
ftp://ftp.server.com
Press enter.
It should respond and ask for a username. enter username, and it
should ask for a password. Enter your password, and you're in.
Open another Explorer locally, and browse to the folder with the files
you want to transfer.
Select the files, and drag them to the ftp server window. Sit back and
watch.
Good Luck.