Wonderman said:
VanguardLH said:
Wonderman said:
Thanks. Tried it and I get a message that the file cant be found. Also
no
" copy shortcut " option in right click menu. This is a secure ftp site
with username and password required. I'm running vista 64 if that helps.
What does the URL look like that you tried to use as an FTP link?
Do the users that are in the username list for login also have
permission to each [sub]folder so they have access to any file under
that [sub]folder? Either you need to put the Everyone group with read
permissions on those folders and files or you have to allow the
authorized users on your login list to access those same folders and
files.
Similar to text in prior answers -
ftp://ftp.hp.com/ or ftp://hp.com or ftp://hp.com/foldername
Those are *not* FTP links to a *file*. I thought you wanted to provide
a URL that pointed to a file.
At the moment I only want to have one username and one password for all
parties. No subfolders and I'm allowing read only permissions.
So what are you using as an FTP client to test your setup? Web browsers
are *not* FTP clients despite their limited support. For the above FTP
links, and if you have an FTP client installed that was associated to
that URL scheme, you would see a folder got opened, not a file.
Are you going to require that you users install an FTP client (most have
one although probably wouldn't know the FTP commands needed after
running ftp.exe at a command line)? Are you expecting them to click on
a link in a web page or e-mail where both would use the FTP support in a
web browser to get at the file?
Did you enable both ports 20 and 21 in your firewall(s) (both in the
software firewall on your host and in the firewall inside your router)?
The FTP client makes an outbound connection to listening port 21 on the
FTP server to send commands to it. However, the data comes back on port
20 which would look like unsolicited traffic hitting your host.
http://www.windowsnetworking.com/articles_tutorials/Understanding-FTP-Protocol.html
"FTP also is odd in the fact that it uses two ports to accomplish its
task. It typically uses port 20 for data transfer and port 21 to listen
to commands."
Are you running the host and FTP server or is this some hosted service
that you pay for? If it is a hosted service then why won't they help
you use their service that you are paying for? They should know the
proper syntax for FTP links to files in their customer's accounts.