ftpwebrequest Questions

8

Solved

In my scenario, users are able to upload zip files to a.example.com I would love to create a "daemon" which in specified time intervals will move-transfer any zip files uploaded by the users from ...
Robyn asked 16/2, 2011 at 18:27

2

I trying upload file to a directory on a FTP server. I used this method with FtpWebRequest. I would like to upload one file to a home directory for this user, but I always get the following error m...
Bianca asked 14/12, 2010 at 18:40

1

Solved

I have password-protected a folder on my web server using CPanel (HTTP?). I am trying to upload a file via FTP in C#, but I keep getting this error: The remote server returned an error: (553) File...
Determinant asked 12/12, 2010 at 14:59

1

Is it possible to change the Path of the FTP session once the Session is Open. The reason I want to do this is to avoid to open the multiple FTP connection. The whole purpose is to download the fil...
Cobweb asked 15/2, 2010 at 4:4

1

Solved

I have following code to send files to a FTP server. function FtpUploader( [string]$uri, [string]$localeFile, [string]$user = "ftp", [string]$password = "ftp", [int] $timeout = 20000 ){ trap...
Beatrisbeatrisa asked 14/1, 2010 at 20:24

1

Solved

If I use System.Net.FtpWebRequest to upload a file to a vsftpd server, do I need to use GetResponse to check if the file was uploaded correctly? Or do I get an exception for every error? What in Sy...
Metre asked 15/12, 2009 at 11:35

3

Solved

I am trying to automate some upload/download tasks from an ftp web server. When I connect to the server through client, or through Firefox even, in order to get to my directory, I have to specify a...
Ornithischian asked 26/1, 2009 at 17:30

© 2022 - 2024 — McMap. All rights reserved.