| Thread | Last Post | Replies |
|
| ftp + html | 30 Aug 2006 07:13 GMT | 5 |
I am developing a ftp download page using html. I have included in the html page a link <a href="ftp://.....">download</a> but when the user clicks on the link they get a
|
| What do FTP servers do when file send fails durring a file upload? Are partial files ever written? does ftp protocol cover this? | 30 Aug 2006 07:12 GMT | 1 |
What do FTP servers do when file send fails durring a file upload? Are partial files ever written? does ftp protocol cover this?
|
| throttling download in ASP | 29 Aug 2006 04:52 GMT | 1 |
I am downloading files using ASP using the the binarywrite as below. objStream.LoadFromFile(strAbsFile) '-- send the stream in the response Response.BinaryWrite(objStream.Read)
|
| Modify domain authentification in IIS 6.0 (FTP) | 28 Aug 2006 07:42 GMT | 9 |
Sorry, for the previous message written in french. To specify the defaultlogondomain in IIS, I follow this article : http://support.microsoft.com/?id=310723 with the command :
|
| Windows XP FTP - access denied | 25 Aug 2006 09:23 GMT | 6 |
I am getting an "access denied" message when I try to PUT a file to my WindowsXP FTP site. I right click on the "ftp root" directory and click "sharing and security" . On the sharing tab, "share this folder on the network" is
|
| ftp port 20 and 21 | 24 Aug 2006 04:34 GMT | 1 |
I don't understand why there are two ports for FTP. When you are running FTP, does this mean it will open 2 ports at the same time to send file? .150 - FTP uses two ports: 21 for sending commands, and 20 for sending data. A status code of 150 indicates that the server is about to ...
|
| FTP connection resetting | 24 Aug 2006 04:32 GMT | 1 |
I am running Windows 2003 w/IIS 6.0 and have set up a FTP site. When I connect to it using IE 6.0 (not using passive mode) and attempt to transfer files, the connection usually resets itself after about 20 minutes. I have tried to set the default connection timeout on that site ...
|
| How to redirect specific user account to this folder ONLY | 24 Aug 2006 04:30 GMT | 1 |
I setup the IIS 6.0 server, and able to let all users to login to the ftproot folder (c:\ftproot). Here is what I want to achieve: I want to create an user called "special" and when it logins, it will
|
| How to Grant/Deny IP Access | 18 Aug 2006 12:38 GMT | 2 |
I have multiple FTP sites on standalone Win2000 Server and IIS5.0 that are configured using the IIS Properties sheet, Directory Security tab, TCP/IP Access Restrictions to deny access to all IP except those listed. This configuration logic is hardcoded into my FTP app that passes ...
|
| How to Setup an FTP server | 14 Aug 2006 09:04 GMT | 13 |
I am trying to setup an FTP server on a Windows 2000 server. I can only login in as anonymous. If I set the login and password to be required, only the Administrators can login. How do I fix it so you are required to login in? Also, I would prefer to have the files to be put ...
|
| FTP delete problem | 11 Aug 2006 19:22 GMT | 17 |
I have made a script in server A that make ftp connection to server B, Get a file and Delete it after. Well, in this script i have insert username,password of local account of server B
|
| Access denied when trying to upload files to FTP server | 11 Aug 2006 17:54 GMT | 2 |
OK I'm sure this has been posted before so excuse me if I ask again. I'm having problems uploading to my FTP server. I have no problems logging in and downloading a file but when I try to upload I get the error message below. Any help and advice greatly appreciated.
|
| FTP Error in IIS on Windows 2003 | 10 Aug 2006 17:08 GMT | 4 |
I am getting an Data Socket Error: Connection refused, when trying to coonect to my FTP site, what could be causing this,
|
| IIS - FTP Site with Isolate mode | 10 Aug 2006 08:08 GMT | 2 |
i am having more problems with the setup of ftp site in IIS 6.0 with isolate users. And i have some doubts. First, i don't work with the default site ftp. I stop the default site and create new ftp site. Then, configure this site. I create the folder
|
| ftp issue | 10 Aug 2006 00:03 GMT | 2 |
I having a little problem setting up a ftp in Windows 2003 Standar, I create a ftp normal and it's working but only with annonymus users but.. The users of Active Directory need be able to enter to the ftp site using theirs accunts, I can't accomplish this task . What I do ...
|