|
-
Mar 1st, 2004, 02:06 AM
#1
FTP Question
I shared two root drives on my ftp, C: and D: and running ServU as my server. With flashFXP I can just type in the drive letter and change the drive. But when I use internet explorer to connect, servU automatically connects me to one of the drives and I have no idea how to change it
I tried ftp://servername/d: but that didnt work. any clues?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Mar 1st, 2004, 02:29 AM
#2
When you set up an ftp server you create the root directory which is the default directory that the server will go to when you connect.
You can then create virtual directoies under the root directrry which point to other directories on the file system.
I'm not sure how your FTP software works so I can't really do much more to help. But is it wise to share and entire drive??
-
Mar 1st, 2004, 02:40 PM
#3
Originally posted by visualAd
But is it wise to share and entire drive??
well the password is 16 characters and I connect via SSL so I guess its secure enough I need to have access to all my files you know
anyways I thought there was a standard for changing drive letters. I can use virtual folders and such, but I'm gussing there is a standard way to change a drive on an ftp (I'm saying this because FlashFXP lets me change the drive and apparently it works with ServU)
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Mar 1st, 2004, 05:50 PM
#4
I am not all that clued up on FTP. However I do know that both FTP and SFTP provide a way of executing system commands.
From RFC2477:
Remote Command Execution
An optional FTP extension, "SITE EXEC", allows clients to execute
arbitrary commands on the server. This feature should obviously
be implemented with great care. There are several documented
cases of the FTP "SITE EXEC" command being used to subvert server
security [CERT94:08] [CERT95:16]
This maybe what your FTP client is using to change to a different drive. Internet Explorer is a more basic FTP client and probably does not support this.
Your best bet would be to ceate a virtual directory for each drive under your root directory - this will ensure that you can see them when you use internet explorer to connect.
I think your best bet however is to use your FTP client which connects via SSL. I don't think Internet Explorer supports secure FTP - I think that whenever you connect to a site like ftp://ftp.ftp.com it is using normal FTP.
-
Mar 1st, 2004, 09:28 PM
#5
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|