Text Editor with FTP Support


Recommended Posts

Hi

 

I'm struggling to find a text/code editor that has FTP support.  I know BBEdit has (very basic) support, but looking for something more.  Atom has some support but it's not great.

I'm looking for a text-editor (akin to NotePad++) with a sidebar that can display an FTP dialogue with folder structure.

Any suggestions?

 

Ta

 

 

ftp.jpg

Link to comment
https://www.neowin.net/forum/topic/1382733-text-editor-with-ftp-support/
Share on other sites

Coda, UltraEdit, Sublime Text (with optional package) are a few examples that have this function. Or you could use something like Transmit and mount remote FTP servers as volumes and use edit them with whatever editor you want,

To be honest that is just horrible way to go about it... ftp your file to your machine... edit it how you want, ftp it back..

 

Better yet, use sftp/scp - since ftp should of died off 10 some years ago... That it is still in use is just pathetic beyond belief.. .And the only reason it is so is clients don't complain that sftp is not available or bitch if ftp is not there...

 

If you really want to do what your doing - any ftp client normally can be setup to open the text file with your fav text editor, and then send it back when file saved. filezilla does this for example.

  On 13/05/2019 at 09:16, BudMan said:

To be honest that is just horrible way to go about it... ftp your file to your machine... edit it how you want, ftp it back..

Expand  

I know you're all about best practices and often so am I (and would use something like GIT for deployment), but this is a time when just quick editing access is needed.

 

  On 13/05/2019 at 09:16, BudMan said:

Better yet, use sftp/scp - since ftp should of died off 10 some years ago...

Expand  

But it didn't and so here we are.  The reason I name FTP is for simplicity's sake, any file transfer method would be acceptable here - but FTP is the predominant protocol in use.

 

  On 13/05/2019 at 09:16, virtorio said:

Coda, UltraEdit, Sublime Text (with optional package) are a few examples that have this function. Or you could use something like Transmit and mount remote FTP servers as volumes and use edit them with whatever editor you want,

Expand  

UltraEdit seems like a winner!  Thanks!

  On 13/05/2019 at 09:34, Human.Online said:

but FTP is the predominant protocol in use.

Expand  

Nonsense... Maybe for the home user accessing his shared webhosting, that doesn't know anything but... And his idiot computer buddy said you can use ftp to do that <rolleyes>

 

I haven't use ftp in YEARS!!! Not for work, not for play... Its a legacy protocol that needs to be killed off ;)

  On 13/05/2019 at 10:15, BudMan said:

Nonsense... Maybe for the home user accessing his shared webhosting, that doesn't know anything but... And his idiot computer buddy said you can use ftp to do that <rolleyes>

 

I haven't use ftp in YEARS!!! Not for work, not for play... Its a legacy protocol that needs to be killed off ;)

Expand  

Once again, thank you for your input but we are where we are and FTP in this context very much IS the predominant protocol in use.  Are there better?  Of course.  Are they more widely used by people who know better?  Of course.  But are they more predominantly used for the use case given?  Absolutely not.

  • Like 1

Well maybe you should be looking to change that, vs holding on to something that has been around from 71 and has no security...  Debian killed it off back in 17..

 

Your continue use of it - is part of the problem!

  On 13/05/2019 at 10:21, BudMan said:

Well maybe you should be looking to change that, vs holding on to something that has been around from 71 and has no security...  Debian killed it off back in 17..

 

Your continue use of it - is part of the problem!

Expand  

Once again, thank you for you input.

Somewhat off topic so don’t think this a suggestion: 

 

 I use winscp and use vs code as the default editor. Whenever you save the file that’s in the remote location, it uploads it back automatically. Makes working on an openwrt router project way quicker. 

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • At some point, hardware becomes obsolete and we cant blame vendors for dropping support. Much of the models dropped, run Intel hardware which means they can install something else on the device if they truly want to keep using it.
    • Well, that was fun: PS C:\WINDOWS\system32> Install-Script -Name Set-InetpubFolderAcl WARNING: Unable to download from URI 'https://go.microsoft.com/fwlin...627338&clcid=0x409' to ''. WARNING: Unable to download the list of available providers. Check your internet connection. PackageManagement\Install-PackageProvider : No match was found for the specified search criteria for the provider 'NuGet'. The package provider requires 'PackageManagement' and 'Provider' tags. Please check if the specified package has the tags. At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:7468 char:21 + ... $null = PackageManagement\Install-PackageProvider -Name $script:N ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (Microsoft.Power...PackageProvider:InstallPackageProvider) [Install-PackageProvider], Exception + FullyQualifiedErrorId : NoMatchFoundForProvider,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackageProvider PackageManagement\Import-PackageProvider : No match was found for the specified search criteria and provider name 'NuGet'. Try 'Get-PackageProvider -ListAvailable' to see if the provider exists on the system. At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:7474 char:21 + ... $null = PackageManagement\Import-PackageProvider -Name $script:Nu ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: (NuGet:String) [Import-PackageProvider], Exception + FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.ImportPackageProvider WARNING: Unable to download from URI 'https://go.microsoft.com/fwlin...627338&clcid=0x409' to ''. WARNING: Unable to download the list of available providers. Check your internet connection. PackageManagement\Get-PackageProvider : Unable to find package provider 'NuGet'. It may not be imported yet. Try 'Get-PackageProvider -ListAvailable'. At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:7478 char:30 + ... tProvider = PackageManagement\Get-PackageProvider -Name $script:NuGet ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Microsoft.Power...PackageProvider:GetPackageProvider) [Get-PackageProvider], Exceptio n + FullyQualifiedErrorId : UnknownProviderFromActivatedList,Microsoft.PowerShell.PackageManagement.Cmdlets.GetPackageProvider Install-Script : NuGet provider is required to interact with NuGet-based repositories. Please ensure that '2.8.5.201' or newer version of NuGet provider is installed. At line:1 char:1 + Install-Script -Name Set-InetpubFolderAcl + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: ( [Install-Script], InvalidOperationException + FullyQualifiedErrorId : CouldNotInstallNuGetProvider,Install-Script
    • Because Apple has never discontinued Mac models before now?
    • I recall reading that they intend to synchronize the version numbers between iOS, tvOS and macOS, so we will also be getting macOS 26 up next.
    • every time.... why can't I install windows 11 on my 8088?
  • Recent Achievements

    • Week One Done
      abortretryfail earned a badge
      Week One Done
    • First Post
      Mr bot earned a badge
      First Post
    • First Post
      Bkl211 earned a badge
      First Post
    • One Year In
      Mido gaber earned a badge
      One Year In
    • One Year In
      Vladimir Migunov earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      489
    2. 2
      +FloatingFatMan
      257
    3. 3
      snowy owl
      247
    4. 4
      ATLien_0
      223
    5. 5
      +Edouard
      190
  • Tell a friend

    Love Neowin? Tell a friend!