blah blah blah is here! blah blah » Close

0
votes
0 answers

C# Ftp multiple file uploads

Hey everyone, i'm working on a simple console application for my company, which would backup the company's X:\ drive by uploading its data every day at 3:00pm. Questions: 1. Suggestions on how to upload a directory? (if not possible, th ...

0
votes
1 answers

FTP Remote path and get file properties in C#

Any one please guide me to get remote file properties from ftp server,i can access the directory and files name via "ftp://servername/directoryname" through web request class and through ftp.list directory method.but to get the fi ...

0
votes
0 answers

FTP file download

Hello everybody, I am having a problem regarding downloading a file ( a .msi file) from a FTP location. The original file ( located on the FTP server) is around 7 MB in size, I managed to download it without problems except that the dow ...

0
votes
1 answers

Free FTP library for C#

Howdy...I would like to know if there is any free FTP library. I've been using ChilkatDotNet2 but sadly the trial period is over. Thank you.

0
votes
0 answers

FileUpload only works from specific folder

This function is called to upload a file using the FileUpload control. The function only works when the file is located in the "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\" directory. Otherwise, it won't upload. I ...

0
votes
1 answers

How can I push a file to a remote FTP server?

I have the credentials/ip address for the remote FTP server, and I want to upload a file to the server in a asp.net web application. How can I do this?

3
votes
2 answers

How do you remove/ignore subversion related folders when publishing your web app?

I find it annoying that whenever I upload my files to a server, the subversion folders .svn come in the way (I don't want to publish those for obvious reasons). Any tips on how I can remove these folders in a more efficient manner?

Feedback