Skip to main content

All Questions

Tagged with
0 votes
0 answers
916 views

Download large file from FTP server in chunks

I need to download a large file from an FTP server. A new file is uploaded once a week, and I need to be the first to download the file. I've made a check which checks if the file is uploaded, and if ...
TobiasKnudsen's user avatar
0 votes
1 answer
878 views

FTP downloading blank PDF vb.net

So I have written code which manages to upload a pdf file onto a FTP server. once on the server, I can download it from the server via Chrome and it will work fine. but I want to download it via my ...
User59's user avatar
  • 507
1 vote
1 answer
216 views

Whats the best download method for vb?

I am trying to make a download client with ftp and im still trying to find out whats the best i have but im in stuck because i followed a guide but it only show how much its have downloaded in bytes, ...
user2734458's user avatar
2 votes
2 answers
5k views

Download file parts via FTP using VB.NET

I need my program to download large files via FTP by specifying FTP username and password. Also it must have "Pause" function, that's why I need my program to get file parts. I use VB.NET and .NET 3.5 ...
Jet's user avatar
  • 526
5 votes
2 answers
31k views

Using FTP to download each file *WHILE* getting the file list

We need to get about 100 very small files from a remote FTP server using vb.net. Our company won't let us buy (or install) any 3rd party ftp libraries... so we are forced to use something like ...
Bonnie's user avatar
  • 161
0 votes
1 answer
1k views

FTP Downloading a file while its upload is in progress

I have a windows service (VB.NET) which downloads files from a server after a specific interval. What happens if it try to download a file when its upload is in progress? If it creates some problem, ...
Saim's user avatar
  • 2,503