Ftp location commands not working on programs

Hi, I dont know how to explain this so I better post a screenshot. Im trying to open a remote file with bluefish to edit it in place and save changes after.
I have tried to open with several programs with no luck, so its not bluefish specific, I have also tried aptana studio 3 and same thing. Of course those are not the real parameters for the ftp server (just in case ) they are just for ilustrative purposes.
If I do it via dolphin, it works, konqueror also works, but whenever Im inside a different program it wont let me.
What can I do to fix this?
thanks in advance for the help!

ok I am back with the solution
For remote files, bluefish uses GVFS, so first thing you should check that you have that installed
pacman -Ss gvfs
that will bring you the related packages along with which ones are installed. In my case I had all the relevant ones and didnt install the bluetooth support or anything like that, just read the package descriptions and you should be fine.
the command that will do magic for you is gvfs-mount use it as so:
gvfs-mount ftp://yourdomain.com
then it will ask for user and password just type them in and you are good to go (that command mounts the ftp on /hone/youruser/.gvfs)
Then you can go into bluefish and see it on the file list and explore it to your hearts content along with edit it in place etc etc.
you can do it with sftp also:
gvfs-mount sftp://yourdomain.com
If your hosting provider port number is different from the default just add it at the end of that line with a ":"
gvfs-mount sftp://yourdomain.com:2222
Hope it helps!

Similar Messages

  • Locate command not working

    On every mac computer that I have used that is running 10.9 or greater, I cannot seem to get the UNIX locate command to work. When first run, it gave me an option to generate the locate database, which I did, but for whatever reason, whenever I try locating a file that I know exists, it doesn't return any results.

    sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist

  • Why is my BDC_CURSOR command not working to position the cursor?

    Why is my BDC_CURSOR command not working to position the cursor?  Here are the details regarding my issue.
    I am writing a BDC to mass delete routing material assignments using transaction CA02.  I am OK to navigate through the initial screen to go to the Header screen and from here I am OK to navigate to the Material Assignments screen.  But once here, I cannot get the BDC_CURSOR command to take me into the list.  Here are the commands I am using.  Please let me know what I may try differently.
    CA02 Material Assignment - Set position  <-- this resets list of materials to correct position
      PERFORM bdc_dynpro      USING 'SAPLCZDI'   '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'   '=ENT1'.
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'  c_position.
    CA02 Material Assignment - Delete
      PERFORM bdc_dynpro      USING 'SAPLCZDI'   '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  'MAPL-MATNR(01)'.    <-- this is not working to set the cursor into the list
      PERFORM bdc_field       USING 'BDC_OKCODE'  '=LOE'.             " trash can
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'  c_position.
    CA02 Material Assignment - Green Check OK
      PERFORM bdc_dynpro      USING 'SAPLCZDI'   '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'   '=BACK'.            " check mark
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'  c_position.

    Thank you for your reply.
    I had used SM35 to record.  However, I was not aware of the "create program" feature.  I had commented out a section from my previous post which I have now added back (latest code below).  But it still did not resolve the issue.
    When I execute with dismode = 'N', I get back error message "No batch input data for screen SAPLCZDI 1010".
    When I execute with dismode = 'E' (only show dynpros when error), it stops at the material selection screen without placing my cursor in the list.  I can then MANUALLY click to set the cursor position in the list, MANUALLY click the trashcan, it then uses my BDC command to respond to the popup asking "Do you want to delete", still leaving me at the material selection screen.  I can then MANUALLY click the green check (or enter), then it continues with the BDC to go back to the previous screen, and saves.  But it still will not place my cursor in the material selection list (SAPLCZDI screen 1010).
    Here is code used.  It is the second section of code labeled "CA02 Material Assignment - Delete" that is not working.
    CA02 Material Assignment - Set position
    this code functions to position the desired material to first in screen list
      PERFORM bdc_dynpro      USING 'SAPLCZDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=ENT1'.
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                     c_position.
    CA02 Material Assignment - Delete
      PERFORM bdc_dynpro      USING 'SAPLCZDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR' 
                                    'MAPL-MATNR(01)'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=LOE'.             " trash can
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                     c_position.
    Acknowledge Pop-Up Screen
      PERFORM bdc_dynpro      USING 'SAPLSPO1' '0100'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=YES'.
    CA02 Material Assignment - Green Check OK
      PERFORM bdc_dynpro      USING 'SAPLCZDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=BACK'.            " check mark
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                     c_position.

  • Spotlight not working within program. Please HELP!

    Spotlight not working within programs. Cannot not locate files on network volumes.
    For example: if I am using Photoshop or MultiAd Creator Pro, and want to open a file, I will do File>Open and  use spotlight in the "Open" dialog, and it doesn't ever find anything? I can see the files but if I search it fails to locate. Same thing happens if I try to "Place Graphic" In MultiAd and other programs. It appears to be a universal issue regardless of program.
    I tried re-indexing spot light via the system preferences (privacy, drag in volume, remove volume). I also tried re-indexing via terminal.
    I tried mounting the volumes via afp, smb, cifs and nothing works!!
    This issue is handicapping production.
    Anyone??
    Thank you in advance RR

    Spotlight alternatives.
    EasyFind – Spotlight Replacement
    Find Any File

  • Crontab reboot command not working

    Crontab reboot command not working
    Greetings
    I am new at this so excuse any ignorant mistakes I might be making.
    I have a server (MM X.4.9) that I would like to restart every day in order to make sure no programmes are hanging etc. If a program is hanging is should force quit it. Using terminal I have entered the following command:
    sudo nano /etc/crontab
    Entered password
    Than I entered using tab between each sequence:
    15 13 1 1 * root reboot
    This was a test run and it did not reboot.
    Entering
    cat /etc/crontab
    I got:
    # The periodic and atrun jobs have moved to launchd jobs
    # See /System/Library/LaunchDaemons
    # minute hour mday month wday who command
    15 13 1 1 * root reboot
    What have I done wrong?
    Thanks

    Hehe, there you are experimenting with a "reboot" cron command and you are surprised it quit so fast. You are not going to find a "graceful" solution to shutdown dialogs.
    MSWord is a Java app, so it is especially important for the command to work that it doesn't get hung up on outer layers of the system. Especially stupid apps that use Java which is not well integrated. I believe Word has a 5 minute autosave, so you should be able to recover most of your document.
    This reboot command should be running around 2AM, when the average webserver has minimum traffic. If you feel the need to reboot during busier times of the day, I'd suggest you look at what's causing your applications to crash.

  • SAP FTP Binary Does not work after EHP 7 Upgrade

    Hi All,
    Since EHP 7, if I try to execute an external command through sm49, which has a shell script for ftp connection and fetching files, the 'binary' command after ftp connection is not working.
    Result? I'm fetching corrupted files once in a while. The same was fine before the upgrade. The script runs fine at OS level. We are using AIX.
    Did anyone see this issue before? Is there a solution?
    Please help, it's quite urgent.
    Thank you.
    Uday

    Hi Uday,
    Since EHP 7, if I try to execute an external command through sm49, which has a shell script for ftp connection and fetching files, the 'binary' command after ftp connection is not working.
    1) What is the exact error message you get ?
    2) Did you check permission to the script . Ensure sidadm has full access to execute it.
    3) Did you check Test Connection to TCP/IP RFC destinations SAPFTP and SAPFTPA are working fine in SM59 ?
    Regards,
    Deepak Kori

  • Since 2012 I have Photoshop Elements always worked without any problem, however now the language is suddenly German how can this be changed, removed the program and re-installed, not working. Program is downloaded and updated via the apple app store?

    Since 2012 I have Photoshop Elements always worked without any problem, however now the language is suddenly German how can this be changed, removed the program and re-installed, not working. Program is downloaded and updated via the apple app store?

    I've done some research on the SQLite database. Whenever Aperture hangs up (like during auto-stack or opening the filter hud) there are thousands of SQLite queries happening. These SQLite queries cause massive file I/O because the database is stored on the disk as 1kb pages. However, the OS is caching the database file; mine's only 12MB. I'm trying to track down some performance numbers for SQLite on osx but having trouble.
    It's starting to look like most of the speed problems are in the libraries that Aperture uses instead of the actual Aperture code. Of course, that doesn't completely let the developers off the hook since they choose to use them in the first place.
    Oh, and if anyone is curious, the database is completely open to queries using the command line sqlite3 tool. Here's the language reference http://www.sqlite.org/lang.html
    Hmm, just found this. Looks like someone else has been playing around in the db http://www.majid.info/mylos/stories/2005/12/01/apertureInternals.html
    Dual 1.8 G5   Mac OS X (10.4.3)   1GB RAM, Sony Artisan Monitor, Sony HC-1 HD Camera

  • [SOLVED]Locate command not found

    I have recently installed arch, which seems great so far, (including the base, base-devel and a few other things) and I am having one problem. The locate command does not seem to be working from the command line.
    eg:
    locate atlas
    bash: locate: command not found
    Do I need to install something extra to obtain the locate command? Locate is such a common word I am having a little trouble tracking down the problem with google.
    Last edited by TheStatsMan (2010-06-14 09:28:17)

    > pacman -Ss locate
    core/findutils 4.4.2-2 (base)
    GNU utilities to locate files
    core/mlocate 0.22.4-1
    Faster merging drop-in for slocate
    You want mlocate.

  • Alt ctrl c shortcut command not working in photoshop cc, it is opening Internet explorer (IE)

    In Photoshop CC 2014  Alt + Ctrl + C ( to open for canvas size dialog box ) command not working, it is opening Internet Explorer (IE)

    What version of windows are you using?
    See if the Internet Explorer shortcut has that keyboard shortcut assigned to it.

  • Why does location services not work on my ipad2 with ios7?

    Why does my wifi only iPad 2 location serves not work...worked for years, even when I traveled extensively and returned home. I loaded ios7plus and went out West for the holidays.  Worked out West and on return, did not...live in country and worked when I took it to Mickey d's six miles away.  Only change is ios7 and it's default to Apple maps.  Apple support claimed to have passed this to engineering, but despite my follow ups with them using my case number, they have left me in limbo with a silent phone.  This is very wrong and not the apple I have known...very frustrated.

    Cause Wi-Fi only iPads do not have GPS receivers in them, nor can they use the cell towers for triangulating position. Best they can do is guesstimate based on the hotspots they are connecting to. They base their guess on a database of known hotspots, which can be incomplete, erroneous or wildly inaccurate. The  rise of the problem can be due to any change you or your ISP has done to the Wi-Fi setup you use.
    If you need to depend on critical apps that require reliable Location Services, get Wi-Fi+Cell devices next time. They can be used without a SIM chip with no problems (and not paying for cell charges), but GPS will work fine.

  • Bash commands not working after upgrade to Lion

    After upgrade, many BASH commands not working. For example, such a fundamental thing as "ls". 
    iMac20:bin a$ ls
    Launch of "ls" failed: the PowerPC architecture is no longer supported.
    What does it have to do with PowerPC? My computer is 2.66 GHz Inter Core Duo

    Linc,
    iMac20:~ a$ which ls
    /sw/bin/ls
    Also, I managed to look (using tcsh's ls-F command) into the contents of /usr/. Here's what I see there:
    [iMac20:/bin] a% ls-F
    [*          csh*        echo*       ksh*        mkdir*      rcp*        stty*       wait4path*
    bash*       date*       ed*         launchctl*  mv*         rm*         sync*       zsh*
    cat*        dd*         expr*       link*       pax*        rmdir*      tcsh*      
    chmod*      df*         hostname*   ln*         ps*         sh*         test*      
    cp*         domainname* kill*       ls*         pwd*        sleep*      unlink*    

  • Odi os command not working with agentservice agent.

    dear all,
    odi os command not working with agentservice agent but with local agent it work fine.. and user is administrator.
    kindly solve it
    Regards
    Naseer

    Hi,
    you referred to oscommand, so are you executing a .bat fille? if yes, where exactly does the .bat file reside, local machine or on network share?
    Also, follow these couple of documents, they may be helpful to you.
    859215.1 and 424703.1
    Regards
    Srikanth

  • 3D in photoshop cc does not work, the program will be cut off automatically

    3D in photoshop cc does not work, the program will be cut off automatically.What can I do?

    my problem is as follows.If I want to make a 3d creation in photoshop, then
    asked me to cc in clicking function 3D, after new JUST by layer and then
    JUST PRESET and then sphere. Then opens a new window where in it says: you
    are about to make a 3d layer.Do you want to switch on the 3d workspace? I
    choose YES Then I get to see a new window stating that the program no
    longer work properly and quits. Am I doing something wrong or is my pc not
    suitable? data from my laptop are: processor a4-5000 AMD APU with radion
    (tm) HD graphics 64-bit operating system, hr 4.00 1.50 Gb x64processor
    honor!
    mijn probleem is als volgt.Als ik een 3d creatie wil maken in photoshop cc,
    dan wordt mij gevraagt om in functie 3D aan te klikken, daarna NIEUW NET
    VAN LAAG en dan VOORINSTELLING VOOR NET en dan BOL.
    Dan opend zich een nieuw venster waar in staat:u staat op het punt een 3d
    laag te maken.Wilt u overschakelen op de 3d werkruimte?
    Ik kies dan voor JA
    Vervolgens krijg ik een nieuw venster te zien waarin staat dat het
    programma niet goed meer werkt en wordt afgesloten.
    Doe ik iets verkeerd of is mijn pc niet geschikt?
    gegevens van mijn laptop zijn :
    processor AMD a4-5000 APU with radion(tm) HD graphics 1.50 hr
    4.00 Gb
    64 bits besturingsysteem, x64processor
    2014-12-18 10:14 GMT+01:00 c.pfaffenbichler <[email protected]>:
        3D in photoshop cc does not work, the program will be cut off
    automatically  created by c.pfaffenbichler
    <https://forums.adobe.com/people/c.pfaffenbichler> in *Photoshop General
    Discussion* - View the full discussion
    <https://forums.adobe.com/message/7025920#7025920>

  • Illustrator Short Commands Not Working

    Hi Team,
    My illustrator CS6 short commands have stopped working.
    Any time I try to use any CMD + Key, illustrator will not react.
    This has been on going for a few months, I have tried resetting preferences but nothing has changed.
    If someone could please help.
    Thanks,
    Brandon

    Hi Jacob,
    I have tried resetting preferences and few other options.
    Anytime I press the CMD key the option at the bottom just changes from selection to direct selection, if that helps.
    Should I uninstall and reinstall illustrator?
    I no longer have my access key.
    Thanks,
    Brandon
    Date: Wed, 8 Jan 2014 15:39:58 -0800
    From: [email protected]
    To: [email protected]
    Subject: Illustrator Short Commands Not Working
        Re: Illustrator Short Commands Not Working
        created by Jacob Bugge in Illustrator - View the full discussion
    THS,
    You may try the following (you have tried/done some of them already) and see whether it helps (the following is a general list of things you may try when the issue is not in a specific file; 3) and 4) are specifically aimed at possibly corrupt preferences):
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press CtrlAltShift/CmdOptionShift during startup (easy but irreversible);
    4) Move the folder Other options (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
      http://www.adobe.com/support/contact/cscleanertool.html
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5994475#5994475
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5994475#5994475
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5994475#5994475. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Illustrator at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Os x 10.9 location services not working on a 2008 mac pro

    Maps and all other services that rely of my location are not working for me.
    Do you have to have wifi for it to work?
    I have turned on location services in sys prefs so that is not the problem.
    Early 2008 Mac Pro (no wifi)
    OS X 10.9
    Any help is appreciated.

    Guestguest wrote:
    I have to turn off wi-fi and use ethernet (to make sure I have the fastest speed – the ethernet-speed – all the time). Why can't I define a location for my external IP-address at this location, so that Maps can use that location in location services?
    Seems strange that there is no way to set your location though. Manually I mean. It is a desktop not a laptop so it doesn't move around.
    You can set the Network priority to Ethernet, so even if you have both Ethernet and also Wi-Fi connected, it will use Ethernet.
    That way you can leave Wi-Fi on for location services, but use your ethernet connection for the speed.
    Go to System Preferences > Network
    Select the gear wheel at the bottom and select the Set Service Order. Drag the connections in the order that you want to be priority.

Maybe you are looking for

  • Change logical component  for upgraded satellite

    Hello. After upgrading a satellite system from 4.6C to ECC6, I would like to to change the Logical component in SMSY accordingly. But cannot find an easy way to do that. I would like to keep the actual monitor, alert and reactions configuration in th

  • "There is a problem with the SIM card in your iPhone"

    I'm getting this error when I try to activate my new iPhone 4 through iTunes: "*There is a problem with the SIM card in your iPhone.* To activate your iPhone with this account, you will need a new, unactivated SIM card. Please use the SIM card that w

  • RAID 10 and ASM

    HI Can someone give the difference between RAID 10 and ASM From my understanding both is doing stripping of data. If we are implementing RAID 10 ,then do we need to implement ASM (if yes what is the advantage) Thanks

  • Server Print Queue Clogging

    Hi, I am running Leopard Server in a small office with mixed Windows XP, Vista and Mac 10.6 clients. I am not an IT administrator, but I own the company and have been teaching myself on a DIY basis. These forums are a very helpful source of informati

  • Creating a persistent check box in a Content Editor Web Part

    I'm using the following HTML in a Content Editor Web Part to display a check box.  It works great, but how can I make the checkbox state persistent? (i.e, it remembers whether it is checked or not between sessions). HTML: <input name="Completed" type