[SOLVED] Setting up a FTP server

Hai all :>
i'm trying to setup a local FTP server which is running on my home server. my aim is to provide a ftp server which allows everyone within my locale network to connect and upload stuff (= read- + writable for everyone who has logged in)
i've already tested vsftpd and worked through the wiki page:
http://wiki.archlinux.org/index.php/Ver … simpler.29
connecting works but i can't either create nor upload anything. do i have to add more things to my configfile or does vsftp disallows uploading by default?
best regards :>
Last edited by arch0r (2009-06-04 19:55:59)

Not sure if it's okay to post in a topic that's been [SOLVED], feel free to correct me if I'm doing it wrong. :-)
I just set up a webserver at home with SSH, Apache and VSFTPD. Now I'm doing this for my brother, because I figured if I only pay for his domain name and not also a webhotel I'll be saving alot of money(!). He wants to run like, two blogs, one for his baby kid and one for himself. Myself I want to learn python, people tell me django is the way to learn it(?) and since most service providers favour Rails it's a no go here.
1) Now I got the domain connected to the server through a dynamic DNS service, and it displays the webpage located in /srv/http. In the /srv directory there is also the /ftp folder, which I reach by simply going to ftp://mydomainname.com/ in Firefox. However, if I connect to the FTP server through Transmit (Mac OS X client) I need to enter my login credentials (same as for logging in via SSH, I ain't got no separate user table for the FTP) and I end up in my homefolder. I suppose that's nice (I dunnu really) since if you could enter like, ftp://mydomainname.com/thoht, and have access to my home directory that'd be awesome. How do I configure it to be like that?
2) For the websites though (I take it FTP and WWW are different things now and stored separetely) I'd rather have it stored where it is, so that I may create custom folders beneath. On the other hand what if I got several domain names, and subdomain names? If I go to mydomainname.com in Firefox I end up on the index.html page in the /srv/http folder. Shouldn't I be able to store several folders named correspondingly to the specific domain name in there?
Thanks in advance!

Similar Messages

  • Where should I set up my FTP server if I have no money to spend? I would prefer if someone answers this quickly as I want this site up and running soon.

    Where should I set up my FTP server if I have no money to spend? I would prefer if someone answers this quickly as I want this site up and running soon.

    Ethmoid is right... There ARE free web hosts, but... as the old saying goes "You get what you pay for" and if you pay nothing?
    Most free web hosts are riddled with ads, and some are even hosts to malware. DO YOUR RESEARCH before committing to anything.
    While some ISP's do provide free hosting, there are limitations with many of them, such as monthly bandwidth and file storage. You may not be able to get your whole site upto the server (depending on how big it is), or it may be down several days a month due to "excessive" traffic. Again - DO YOUR RESEARCH before committing to anything.
    There are also a lot of services that run in the range of $4-7 a month for feature filled, bandwidth enabled hosting. Dreamhost is offering two domains for $3.95 a month right now. I use ICDSoft (have since 2003) and they're $7 a month, but they offer a lot for that.
    Lastly, you want to look at SUPPORT. If your site goes down, and your "free" host is nowhere to be found.... It's as bad as having no site at all, if you cant get it fixed and no one can access your URL for days on end.

  • How do you set up an FTP server using a NAS device?

    I'm sure this question has been answered before. I run a small graphic design business from my home. Occassionly clients want to send me files and ask if I have an FTP site they can upload to. I recently purchased an NAS enclosure and added a 250 GB HD in it. It's hook up to a Linksys router. I can attach to it using the GO menu using "smb://STORAGE". It appears on the desktop. I have Comcast as my broadband service with a dynamic DNS. I have 2 folders on it, one password protected and the other a Public folder. I would like someone to be able to access the Public folder and upload and download files on it. Would someone be able to explain, in simple terms, how to set this up.

    Well you actually need to have an ftp server running somewhere. I dont know (although i doubt it does) if your NAS has an embedded FTP or SFTP server. If it dosent youll actuall have to have people connect to one of your servers/workstations that has FTP enabled.
    First youll need to log in to your router's admin panel and forward port 21 to the server/workstation that will function as the ftp server.
    Then set up the mount for the NAS device at large or one of the specific folders on it with sharepoints or something on the mac that will act as the ftp server.
    Set up a user as a FTP only user. Youll probably want to make this user only have FTP access (you can google or consult other threads in these forums for this procedure).
    In this users home folder make symlinks to the shares with the command line:
    cd pathto_ftpusers_homedir
    ln -s /Volumes/NAS_Sharepoint NameOfFolderUserWillSee
    Then create the file /etc/ftpchroot which will contain a list of users that will be limited to thier home directory when using ftp. i would use a command line text editor to do this (pico, vi, emacs... choose your poison).
    the file should simply be a list of user shortnames, 1 per line.
    Thats the basics of it. You can get more complicated and might indeed need to set up permissions and what not properly (youll probably want to use ACLS so you dont have to constantly change permissions or login as another user to access files that have been uploaded)but that should get you started i think.

  • Setting up the FTP Server on solaris 10 - Connection Problems

    G-day
    I am trying to set up the inbuilt FTP Server. I have followed a number of guides to set this up but have still been unable to connect to it. When trying to connect to it, it reads:
    Connected, waiting for response...
    220 unknown FTP server ready
    USER anonymous
    331 Guest login ok, send your complete email address as password
    PASS (not shown)
    530 Can't set guest privelages
    Not Logged in
    Can any1 shed some light on this please?

    FTPACCESS FILE
    # ident     "@(#)ftpaccess     1.2     03/05/14 SMI"
    # FTP server configuration file, see ftpaccess(4).
    class          realusers     real          *
    class          guestusers     guest          *
    class          anonusers     anonymous     *
    loginfails     3
    passwd-check     trivial          warn
    private          no
    shutdown     /etc/ftpd/shutdown.msg
    # email          user@hostname
    # guestuser     username
    # rhostlookup     no
    keepalive     yes
    recvbuf          65536          real,guest,anonymous
    sendbuf          65536          real,guest,anonymous
    # flush-wait     no          anonymous
    # passive     ports          0.0.0.0/0     32768     65535
    # timeout     data          600
    # timeout     idle          300
    banner          /etc/ftpd/banner.msg
    greeting     brief
    message          /etc/ftpd/welcome.msg     login
    message          .message          cwd=*
    readme          README*               login
    readme          README*               cwd=*
    # quota-info     *
    chmod          no          anonymous
    delete          no          anonymous
    overwrite     no          anonymous
    rename          no          anonymous
    umask          no          anonymous
    compress     yes          realusers guestusers anonusers
    tar          yes          realusers guestusers anonusers
    path-filter     guest,anonymous     /etc/ftpd/filename.msg     ^[[:alnum:]._-]*$ ^[.-]
    noretrieve     relative     class=anonusers          /
    allow-retrieve     relative     class=anonusers          /pub
    upload          class=anonusers *     *     no nodirs
    # upload     class=anonusers *     /incoming yes ftpadm ftpadm 0440 nodirs
    # log          commands     real,guest,anonymous
    # log          security     real,guest,anonymous
    # log          transfers     real,guest,anonymous     inbound,outbound
    # xferlog     format     %T %Xt %R %Xn %XP %Xy %Xf %Xd %Xm %U ftp %Xa %u %Xc %Xs %Xr
    # limit-time     anonymous     30
    # limit          anonusers     10     Wk0730-1800     /etc/ftpd/toomany.msg
    # limit          anonusers     50     SaSu|Any1800-0730 /etc/ftpd/toomany.msg
    # FTP Test
    upload /export/home/ftp /pub yes ftp other 0600 nodirs
    FTP USERS FILE
    # ident     "@(#)ftpusers     1.5     04/02/20 SMI"
    # List of users denied access to the FTP server, see ftpusers(4).
    root
    daemon
    bin
    sys
    adm
    lp
    uucp
    nuucp
    smmsp
    listen
    gdm
    webservd
    nobody
    noaccess
    nobody4
    These are pretty much still at the default status.
    Thanks mate

  • Can I set up an FTP server from a networked Time Capsule?

    I've been looking around and can't seem to find this specific question addressed anywhere, so I'm hoping someone knows the answer to this.
    I have a Time Capsule connected directly to my router. Other than its intended purpose, I would like to connect an external USB hard drive to it, and use that as an accessible FTP server for a select few.
    To my understanding, port forwarding the router and giving WAN access would allow any user to see the entirety of the Time Capsule - which I do not want. I only want to share this one drive and have it maintained by an FTP login/password. I would then share this drive on the internal network.
    Is this possible? Or will I have to run the FTP server off one of my workstations?
    Cheers.

    Not in usable and reliable way no.. many things are possible.. if you have the (various bad words for foolishness or courage)... but it is too hard as there is no hacked firmware out there for a TC. It is a device intended for TM backups of laptops by wireless. Anything else is restricted strictly to what Apple want you to use it for. You can buy a cheap NAS, single disk unit will almost inevitably have FTP in them.. over network FTP is ok but remember it is not secure so you want SFTP for internet access.. And be warned.. FTP itself will be blocked from WAN on the TC.
    There are severe FTP issues with the AE/TC.. the last couple of versions of the Gen1-5 firmware as well as the Gen 6.. See this thread.
    https://discussions.apple.com/message/22948061#22948061
    https://discussions.apple.com/message/22927625#22927625
    The last post in this thread by.. SBeattie2
    I think will condemn you to replacement of the TC by a router that actually conforms to standards if you are trying to forward it to a workstation or NAS even.
    SFTP might work.. see this thread.
    https://discussions.apple.com/message/22872985#22872985

  • [SOLVED] setting up a Mail server - advice and or warnings

    I am about to set up a mail server for family (about 10 accounts) and could do with some advice on what to use, how to set it up and how to protect it from becoming a zombie spam server.
    I have courier functional now.
    Last edited by Cheifchimp (2010-06-20 06:27:20)

    I use postfix. Plenty of howto's and documentation at http://www.postfix.org/documentation.html.
    You can check you are not an open relay at http://www.mxtoolbox.com/diagnostic.aspx

  • How would I set up an FTP server in Mountain Lion Server?

    I need to make a server, which would serve the same function that the FTP file-sharing option did before Lion. Plus whatever goodies of superior access control etc there may be; but mainly providing files for downloading and uploading.
    (I don't want to be rude, but I've seen some previous discussion here, and I might save time by mentioning:
    I do not need information on how bad FTP is.
    I do not need a list of superior technologies.
    I do have a problem invoving client systems that are not able to exchange files with my system by other means than ancient terrible FTP -- not even any practical form of sneakernet.)
    Can anyone describe the process or give a link to something that does? Shell commands are fine. Well, sort of awful, but good enough.

    Personally I use CrushFTP ... it works well, was reasonably price, and has a very extensive interface giving me all the control that I want.

  • Trying to set up FTP server

    I am trying to set up an FTP server using my macbook. I have followed the steps on http://www.macinstruct.com/node/152 but where I am running into trouble is that I have to assign a static ip to my computer. My home network is as follows: ISP -> D-Link DI-604UP router -> Airport Express (bridge mode) -> Macbook. Do I need to set up the Airport Express with a static ip as well, or can it remain dynamic and simply set my macbook to static. Any suggestions would be appreciated. Thanks

    Do I need to set up the Airport Express with a static ip as well, or can it remain dynamic and simply set my macbook to static
    Since your AirPort is running in Bridge mode (which it should be in this setup) then the AirPort IP address doesn't matter. Only the Mac server needs a static IP address.
    Even so, consider the implications of using FTP - it's an insecure protocol and you run the risk of exposing your system to unwanted attention from hackers, bots and scripts that will try to exploit weak FTP services. Before you go much further I'd recommend evaluating what you're trying to achieve, and whether there's a better (i.e. non-FTP) way of doing it.

  • Output to an ftp server via Destinations or Applescript

    In Compressor, you can set the Destination of a compression batch to be a remote server, such as an ftp server.
    When you start a batch, if the destination is not available or reachable then the documentation (p.230) says: "When there is a problem with your destination, a yellow warning triangle appears. You must resolve this problem before you can successfully transcode."
    Although I have not tried it, it implies that if your remote ftp server is not accessible when you drop a file on a created droplet with the Destination set to an ftp server, it won't be able to begin encoding until the destination is available: "As soon as you resolve the problem, the warning triangle disappears and you can continue to transcode." (p.230)
    For a lot of people, this is OK.
    Some people need to compress and then tranfer the output to a distant location, and they may not have continuous, reliable access to the remote location. They may need to make a temporary connection via modem dial-up, satellite phone or third-world Internet connections. Think news reporters in remote locations.
    So, for those people, the option of Applescript should allow them to have their output files saved to a local destination, and then staged up to the ftp server using the built-in commands. But, the problem is that a small file is created at the Destination when the compression is started, and Compressor is not Applescript aware (apart from being able to call an Applescript). This means that any Applescript called as a post processing activity knows nothing about the files Compressor just processed and outputted. It has to glean information about them from the Destination folder where the output files are placed, and then sort out the completed output files from the ones that have just been started, then ftp the completed files up to an ftp server and delete sent files from the Destination folder.
    What I would like to see is either
    1) a Staged Destination where files are created on the first Destination then staged to a secondary Destination, with an option of keeping these files on the first destination, and/or
    2) Applescript support in Compressor which will allow information about the files that have just been compressed to be passed to another Applescript aware application or script.
    I would be happy even with some sample Applescript to do the transfer or files from Destination to an ftp server that avoids copying files that haven't been fully processed.
    Has anyone else run into these issues?
    Bill Lee

    Oh, trust me, I do know about Apple and the fact this discussion site is not an official contact point for Apple. I'll be escalating this Request for Enhancement through my contacts at Apple.
    There is a reason I have not posted before in this forum (and relates to the above).
    There seems to be few people who are using the Applescript post-processing feature, and I was trying to gauge any support for enhancements in this area (and maybe stir up some villagers with pitchforks and burning torches).
    Apple will listen to normal users input, but it needs to have a business case that justifies any resources devoted to this. The more people affected, and the greater the impact on your business, and the size/importance of your business has an effect on whether you will get what you want, and when.
    Sorry if I was not clear on what I wanted: information as whether this was important for other (non-Apple) people, and whether people had scripts that solved the problem of staging output files to an ftp server that was not consistently connected during the compression process.
    Thanks for your reply,
    Bill Lee

  • E4200 v1- problem creating a shared folder for the FTP server.

    Hi, 
    I'm trying to share an external USB harddrive (4TB- HFS+) that is attached to my e4200 router.  I'm trying to set up the FTP server, but when I try to create a shared folder, I get kicked out of the browser based interface for the router just as I'm trying to save the new shared drive.  I have tried many different things to get it to work: different computers (PC and Mac) different browsers, reflashing the firmware (which is version 1.0.06, build 3), I tried all of this with an NTFS formatted drive as well-  everytime I try to set up the shared folder- right as I hit the save button it kicks me out saying: Session Failure.
    I can see my drive on the local network, and I know the FTP server is working, because I can log into it from the outside- but I don't see anything shared, when I do.
    I have successfully gotten the media server to work using the same drive- but I can't create shared folder there either...  It seems to have shared the entire disk automatically when I first connected the drive to the router.
    Anybody have anything else for me to try?  
    Help!

    Same problem. Has anyone found a solution? I contacted tech support and got nonsense responses. I was of course asked to Factory Reset even though I told them I had done it before I called - classic brush off. Basicly here is the problem. 
    1. I cannot create a share on a USB connected HDD - this worked on the older Firmware. Now every time I try to set up the shared folder- right as I hit the save button it kicks me out saying: Session Failure. I am not the only person with the problem. Crazy thing is I had a share created and it worked after the upgrade. I wanted to add an additional share and now it wont share anything. HDD plugged into my PC works great. I was asked to try a different PC - even though I told them I tried from IE, Chrome, Firefox on a Windows 7, Vista, windows XP, IPad, Kindle and Samsung phone.
    2. While troubleshooting with the agent I discovered that although I have remote access disabled in the Administration>Management page but I can still access the router remotely. This is a huge security issue.
    3. Linksys is no longer a Cisco Company - if the code is this bad Belkin should take the Cisco logo out of the GUI. Don’t blame Cisco for your poor SW.
    I am ready to buy a new router and avoid Linksys and Belkin all together in light of these issues.
    Additionally, I would simply downgrade but the older Firmware is not available. When I asked for it I was told I could not get it. 

  • Setting Up the File Server Dynamically

    I have a scenario wherin i have to set up the FTP server name  and directory where i have to put the final file dymically.
    I was able to set the directory path dynamically using Adapter Specific Message properties.
    Can somebody suggest me if i can set the server name also by module processor (have not written one till now)or some other way. The steps to follow etc
    Waiting for your useful answers.

    Hi Siva,
    Setting up a Server name Dynamically -I don't think so it is possible with this point of time.
    So try to do in Java Proxy if required.
    Receiver File Adapter - Dynamic FTP Server Address
    Hope this helps,
    Regards,
    Moorthy

  • Problem submitting form data to FTP server

    Hi
    Sorry for the newbie question, and sorry if this has been covered elsewhere--I wasn't sure what to search for!
    I've created a form that I will disseminate to a large group of people. After filling the form, I'd like them to be able to hit a submit button that sends the data (or the entire form, whichever is most effective) to an FTP server that will store the data so I can import it into a .response file and eventually export to Excel.
    The web team at my university has set up an FTP server that has login credentials for a dropbox and different credentials to manage files in that dropbox. When you visit the sites in firefox, it asks you for a login.
    I've created the submit button on the form, and I followed the steps included in the LC Designer help. I've tried all four "submit as" options. My FTP site address is in the "Submit to URL:" box (as ftp://xx.server.edu, where xx and server are the location provided to me by the web team). When save it, open it in Acrobat, and insert test data into the form and press submit, however, nothing happens. I get no login dialogue, and no files appear in the dropbox.
    The server people don't think it's an issue on their end, as I can access the FTPs through a browser, so clearly I'm doing something wrong with the design of the form or the setup of the Submit button.
    Any help is greatly appreciated!
    Cheers

    Acrobat/Reader does not support the FTP protocol. You could submit via HTTP to an interneadiary program and have that do the FTP submission on your behalf. Or that pragram could write the data file to the file system (assuming it is on the same physical hardware).
    Paul

  • WRT600N Storage Link FTP Server problems

    I have the WRT600N wireless router which has a Storage Link capable of being turned into an FTP Server. I have set up the FTP server, and I can see folders, but not files within the folders. I have it set up to display the /public/FTP_Server folder as the FTP server, I have a Jpeg file in the folder, but I cannot see it in the FireFox FTP browser. When I type /hello.jpg at the end of the address line, it says "No such file" or something like that. How do I access my files on the server? My server is ftp://the-sir-lar-network.ath.cx and the file is in that folder and it's called "hello.jpg". EDIT: Log in with username: guest password:"" (no password)
    Message Edited by zachlr on 08-31-2008 07:59 PM

    zachlr wrote:
    I have the WRT600N wireless router which has a Storage Link capable of being turned into an FTP Server. I have set up the FTP server, and I can see folders, but not files within the folders. I have it set up to display the /public/FTP_Server folder as the FTP server, I have a Jpeg file in the folder, but I cannot see it in the FireFox FTP browser. When I type /hello.jpg at the end of the address line, it says "No such file" or something like that. How do I access my files on the server? My server is ftp://the-sir-lar-network.ath.cx and the file is in that folder and it's called "hello.jpg". EDIT: Log in with username: guest password:"" (no password)
    Message Edited by zachlr on 08-31-2008 07:59 PM
    Hi
    Check ur firewall ,if its not blocking u to access ur server files.
    secondly ,
    try putting and accessing some more files.
    else ,
    Format the Disk , and try again.
    see what happens??
    pe@c3
    "What u Give , is wht u better start expecting to take back".. - http://Forsakenbliss.wordpress.com

  • InetFTPLogin() always report "can not connect FTP server"

    I have setting up the FTP server in the Windows 7 system, it not use any password and  account. I can use the browser to view the result. But if use InetFTPLogin("ftp://127.0.0.1", " ", "") to login the server, it always return -9, means cannot connect the FTP server. what is wrong?
    David

    Hi David,
    I'm not sure about it but maybe you should try it :
    InetFTPLogin("127.0.0.1" , " ", " ");
    (without "ftp://")
    J.

  • How to execute FTP server put command!

    Hi,
    i am uploading a flatfile into the application server using FTP !
    for that i had logged into the respective application server in CMD prompt and
    enter the following statement  ( OS : WINDOWS XP )
    PUT  filepath\filename
    But i am not able to upload the file.
    is it correct ? or am i missing something?
    Thanks,
    Ravi

    Hai Ravi,
       Follow these steps for setting up FTP on Windows XP
    For any Windows workstation to be able to accept FTP connections, an FTP server must be installed and active.
    <b>Windows 2000 and XP</b>
    Setting up an FTP server in Windows XP Professional or in Windows 2000 involves the installation of Internet Information Services (IIS). This suite of Windows components handles all the functions formerly handled by NT's Peer Web Services. IIS, and consequently FTP server capability, is not included in Windows XP Home Edition.
    Note: IIS is known to have serious security flaws and has been targeted by several computer viruses, including Code Red and Nimda. If you install IIS on your computer, UITS strongly advises that you also install any security update patches available from Microsoft. The appropriate patches for Windows 2000 are available at the following URL:
    http://www.microsoft.com/windows2000/downloads/critical/q300972/default.asp
    Microsoft claims that Windows XP already blocks the viruses in question, but you should check frequently for any updates that may be released. See the following site for IIS updates:
    http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/iis/Default.asp
    <b>Installing IIS</b>
    For Windows XP Professional systems running in the default Start menu configuration, click Start, then Control Panel, then Add or Remove Programs. In Windows 2000 (or in XP if it is set to classic Start menu view), click Start, then Settings, then Control Panel, then double-click Add/Remove Programs.
    Note: In Windows XP, the default desktop view and Start menu are quite different than they are in the Windows Classic View (e.g., in Windows 2000). Therefore, navigating to certain items may be different in XP; for example, the path from the Start menu to the Control Panel in the default XP view is simply Start, then Control Panel, whereas in the Classic View it is Start, then Settings, then Control Panel. In the interest of broad applicability, most instructions in the Knowledge Base assume that you are using the Classic View. There are several steps you can take to switch from the Windows XP default view to the Windows Classic View. For more information, see the Knowledge Base document In Windows XP, how do I switch to the Windows Classic View, Classic theme, or Classic Control Panel?
    <b>Click Add/Remove Windows Components.</b>
    Double-click Internet Information Services. This will open another window listing the IIS subcomponents.
    Check the box next to File Transfer Protocol (FTP) Server. The Common Files and Internet Information Services Snap-In boxes will also check by default. Make sure no other boxes are checked, then click OK.
    Note: Windows may prompt you for your Windows CD at this point.
    <b>Configuring the FTP Server</b>
    On the desktop, double-click My Computer, then double-click the hard drive on which you have Windows installed.
    Open the folder inetpub. Right-click the ftproot folder and select Properties.
    Click the Sharing tab. Select the radio button Share this folder, then click Permissions. From the list that appears, select Everyone, and then click Remove.
    Click the Add... button. In the drop-down list, select your computer's name. In the list of user groups that appears in the center scroll box, select Users, then click Add, followed by OK. In the Permissions window, set the access level. If a user only needs to download files from your computer, set the access to Read. To give upload permission, also check Change. Click OK.
    Create User accounts for each of the individuals who will need to access your server. You can do so by opening the Control Panel, then double-clicking the Users and Passwords icon. For each user, you will need to provide a username and domain.
    In the main Control Panel window, double-click Administrative Tools, then double-click the Computer Management icon. A new window will open. On the left, beside Services and Applications, click the + (plus sign), and then click the + (plus sign) beside Internet Information Services.
    Right-click Default FTP server and select Properties. Under "Services", make sure that Allow anonymous connections is not checked. This will prevent unauthorized access to your workstation. Click OK, then close all windows.
    After that,
    Go to cmd.
    type     >ftp
              >open
              >to hostname or ipaddr
              >give uid & pwd
              >put sourceFilename targetFilename
    I hope it will be useful for u..
    Thanks & Regards,
    Gopinathan.T

Maybe you are looking for

  • Cannot find class javax.swing.JOptionPane

    Hello, I imported the class import javax.swing.JOptionPane;and written as a first line of my code in the form of a .java file. but error occurs as : cannot find the class javax.swing.JOptionPane. What should I do. Thank you.

  • Do you also buy optical drive with any new Mac?

    I have a 2011 MBP, which came with a DVD drive.  I also have a new Mac Mini, which has no optical drive.  New Macbooks don't have optical drives either.  For those buying a new Mac that doesn't have any optical drive, do you also buy a USB enabled op

  • A/V Input help

    Does anybody by any chance know how to change the Display's aspect ratio to 4:3 instead of 16:9 when using the Composite A/V input? 

  • Group Records by Ranges...

    Post Author: dkotenoglou CA Forum: Formula I use Crystal Reports XI to report on Customer Service Request sent to the HelpDesk system. One report I have developed is: Amount of currently Open Requests followed by Average amount of Days Open. I did th

  • Output Bookmark URL to dashboard page

    Hi, Once the user selects 'Create Bookmark Link' from the 'Page Options', is there any way in 11g to output the bookmark URL to the dashboard page/alert rather than the address bar? Regards