Jump to content

Hiya I am trying to download a folder with my ftp, that is the easy bit but it places it in the same folder as the bat file thats downloading it, is there a way I can set it to download the files to a specific folder? I can't just move it after as the name of the folder changes.

Link to comment
https://linustechtips.com/topic/471632-mget-ftp-folder/
Share on other sites

Link to post
Share on other sites

Hiya I am trying to download a folder with my ftp, that is the easy bit but it places it in the same folder as the bat file thats downloading it, is there a way I can set it to download the files to a specific folder? I can't just move it after as the name of the folder changes.

what ftp client are you using

If you need remote help fixing something on your computer

I can help over Teamviewer if you wish

just msg me on my profile

Link to comment
https://linustechtips.com/topic/471632-mget-ftp-folder/#findComment-6323816
Share on other sites

Link to post
Share on other sites

 

I am using the cmd, well to be specific a bat file.

 

======

mget -r /
bye
======
That's downloading it.

 

any reason your not using a client?

If you need remote help fixing something on your computer

I can help over Teamviewer if you wish

just msg me on my profile

Link to comment
https://linustechtips.com/topic/471632-mget-ftp-folder/#findComment-6323854
Share on other sites

Link to post
Share on other sites

any reason your not using a client?

Automatic, so I can click it and it will run. because I need it to connect to multiple servers, and I would have to wait with it for a while, while it downloads 1 of them then manually move it on to the next.

Link to comment
https://linustechtips.com/topic/471632-mget-ftp-folder/#findComment-6323893
Share on other sites

Link to post
Share on other sites

Automatic, so I can click it and it will run. because I need it to connect to multiple servers, and I would have to wait with it for a while, while it downloads 1 of them then manually move it on to the next.

http://stackoverflow.com/questions/17649314/ftp-batch-file-download-multi-folders

If you need remote help fixing something on your computer

I can help over Teamviewer if you wish

just msg me on my profile

Link to comment
https://linustechtips.com/topic/471632-mget-ftp-folder/#findComment-6323912
Share on other sites

Link to post
Share on other sites

http://www.ncftp.com/download/

 

An easy solution is use ncftpget  http://www.ncftp.com/ncftp/
 
ncftpget -R  -u user -p password ftp.ncftp.com /localfolder /ftpdir/tree

If you need remote help fixing something on your computer

I can help over Teamviewer if you wish

just msg me on my profile

Link to comment
https://linustechtips.com/topic/471632-mget-ftp-folder/#findComment-6323945
Share on other sites

Link to post
Share on other sites

That's not a very detailed answer. At the moment its creating a txt file that lists all the files in the directory.

you will have to modify the script for your own use

but atleast it give you an idea of what to do

 

also that other cmd based ftp program would be simpler 

If you need remote help fixing something on your computer

I can help over Teamviewer if you wish

just msg me on my profile

Link to comment
https://linustechtips.com/topic/471632-mget-ftp-folder/#findComment-6324028
Share on other sites

Link to post
Share on other sites

I don't really want any external programs.

you just run the batch file in the same folder as the program

 

can use a desktop shortcut if need to

If you need remote help fixing something on your computer

I can help over Teamviewer if you wish

just msg me on my profile

Link to comment
https://linustechtips.com/topic/471632-mget-ftp-folder/#findComment-6324035
Share on other sites

Link to post
Share on other sites

you just run the batch file in the same folder as the program

 

can use a desktop shortcut if need to

Fine, I'll download the file because it needs to download multiple files not just 1 and they'll all get mixed up if they were in the same folder. What do I download from the site?

Link to comment
https://linustechtips.com/topic/471632-mget-ftp-folder/#findComment-6324168
Share on other sites

Link to post
Share on other sites

Fine, I'll download the file because it needs to download multiple files not just 1 and they'll all get mixed up if they were in the same folder. What do I download from the site?

NcFTP Client 3.2.5 for Microsoft Windows

http://www.ibm.com/developerworks/aix/library/au-ncftp_flex/

If you need remote help fixing something on your computer

I can help over Teamviewer if you wish

just msg me on my profile

Link to comment
https://linustechtips.com/topic/471632-mget-ftp-folder/#findComment-6328261
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×