Just a quick note to point out that you can’t pass URL’s to filezilla without breaking them down into username, password, host and directory which is annoying and something useful I use in Leechftp
Just a quick note to point out that you can’t pass URL’s to filezilla without breaking them down into username, password, host and directory which is annoying and something useful I use in Leechftp
Comments
For that sort of thing I use ncftpget – you might like to give it a spin :
ftp://ftp.ncftp.com/ncftp/binaries/ncftp-3.1.6-win32.exe
as:
ncftpget ftp://username:[email protected]/dir/file
wget is also very good to have around on a windows box.