Skip to main content

All Questions

Tagged with
0 votes
0 answers
438 views

Ftp Windows Command Line Command Not Working

I'm using Windows command line for getting some files from a ftp server. I need to change the local directory during the session. I tried using 'lcd' command but it's not working. I displayed that the ...
SunnyDay's user avatar
1 vote
1 answer
445 views

Get specific file with name containing specific string from directory using FTP

I have made below batch file to get some files using ftp from server... Now I need to get specific file from the directory below using mget. Not all file in that directory. And I need to pass it as ...
sam's user avatar
  • 2,557
1 vote
1 answer
3k views

'500 Port command invalid' error in Windows ftp client

I've created a script to download a file from an FTP server using VBA to fire off the script. I can connect to the server and navigate to the correct directory, but when I got to get the file I get ...
joebody's business's user avatar
1 vote
1 answer
4k views

Need examples for FtpGetFile, not working

This is my current code but it doesn't do anything. Also i wanted it to open do.bat after downloading is complete #include <cstdlib> #include <iostream> #include <wininet.h> using ...
TheTherminator's user avatar
1 vote
0 answers
243 views

limited download speed from FTP via WinSCP

I have a dedicated server and when trying to backup website sources via WinSCP I have limited download speed to 40 kb/s This strange thing appears on two machines - Core i5/Win8 and Core i7/Win7 But ...
ro_jero's user avatar
  • 115
0 votes
1 answer
2k views

Windows: How to lock an FTP downloaded file

I have one application in which I download files from FTP server. As the file is downloading, a third party begins uploading that file and so it ends up with a corrupt file and is unable to process ...
HK Sarvaiya's user avatar
0 votes
4 answers
4k views

Downloading a file from website straight to FTP server [closed]

Is it possible instead of downloading a file to my computer and then uploading it to my ftp server, to download it off a website straight onto my ftp server? I've tried googling, but no result.
themike's user avatar
  • 149