• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

ftp through command prompt ?

hacktor2

Limp Gawd
Joined
Oct 18, 2004
Messages
263
i'm having a problem transfering files using ftp through the windows command prompt. I can easily send individual files, but when i try to send a folder full of stuff i get an error:
Error opening local file
i'm using the put command, instead of using put, is there another command to send a directory?

EDIT: should "put dir F:\JBi" work?

EDIT2: should i even bother learning/using command prompt or should i go out and dl a different ftp client?
 
mput, gah... thanks. I use the command prompt FTP all the time for quick transfers at school.

psftp is another great command prompt driven FTP program.

As for GUI's... I love my FileZilla.
 
ncftp for command line, filezilla for gui...

but to answer the original question, put is only for single files, use mput for multiple... :)
 
Dont forget that if you are using MPUT, enter "prompt n" (without quotes) before you do the mput else it will prompt you for every file you are putting. Conversely, you can also mget.
 
Back
Top