CoreFTP LE - FTP and SFTP client

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

CoreFTP LE - FTP and SFTP client

#1 Post by Midas »

[Moderator note: this was split off from the Core Mini SFTP server thread.]

---

Old topic update: CoreFTP v2.2 released (changelog at http://www.coreftp.com/forums/viewtopic.php?t=222102).

For portability info, see http://www.coreftp.com/docs/web1/flash-usb.htm... (untested!)

User avatar
webfork
Posts: 10823
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Core Mini SFTP server

#2 Post by webfork »

Midas wrote:For portability info, see
Ah great news ... will check that out.

User avatar
webfork
Posts: 10823
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Core FTP LE

#3 Post by webfork »

Downloads:
32 bit: http://www.coreftp.com/download/coreftplite.exe
64 bit: http://www.coreftp.com/download/coreftplite64.exe

Steps:
  1. Download and install
  2. Copy the CoreFTP folder in your Program Files folder somewhere else
  3. Delete uninstall.exe
  4. Launch coreftp.exe -flash
Status: Portable
Saves settings to coreftp.cfg
Stealth: No: writes an empty folder to AppData/Roaming/CoreFTP Might write elsewhere but my test got screwed up *again* ... need to switch from Zsoft over to Sandboxie.

Uniextract doesn't work.

User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: CoreFTP LE - FTP and SFTP client

#4 Post by Midas »

Sorry for the mix up, webfork. Nice job overall, thanks. :)

User avatar
webfork
Posts: 10823
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: CoreFTP LE - FTP and SFTP client

#5 Post by webfork »

Midas wrote:Sorry for the mix up, webfork. Nice job overall, thanks. :)
No problem ... I got WELL into it before I figured that out :) Also, the CoreFTP LE program is a nice Plan B if I can't use Filezilla.

User avatar
smaragdus
Posts: 2120
Joined: Sat Jun 22, 2013 3:24 am
Location: Aeaea

Re: Core FTP LE 2.2 Build 1881

#6 Post by smaragdus »

I tested Core FTP version 2.2 Build 1881 and webfork's procedure (coreftp.exe -flash) really works and as he has already mentioned this FTP client is not stealth- it writes to AppData- C:\Users\UserName\AppData\Roaming\CoreFTP containing an empty data sub-folder plus 7.dir, 8.dir, 9.dir, etc files, which contain information about last visited directories. Settings are saved in coreftp.cfg file and sites- in sites.idx file, but the site manager failed to save all the sites I added and after restart I had to add some of them anew. As far as I could see the LE version allows only one connection per site. The program doesn't support tabs and it cannot be minimized to tray. For me Core FTP LE is an average FTP client which has no advantages over FTP Rush, WinSCP, FileZilla which are better and stealth to boot.

Edit
7-Zip version 16.02 managed to extract the installer (coreftplite64.exe)- my procedure- delete empty coreftp.exe file and rename coreftpu.exe to coreftp.exe.

User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: CoreFTP LE - FTP and SFTP client

#7 Post by Midas »

You could try setting a local variable before launch to trick CoreFTP into saving those folders to program folder... (untested!)

Code: Select all

SETLOCAL
SET APPDATA=%~dp0
coreftp.exe -flash
[/size]

If setting it local doesn't work, remove the first line and try again...

Post Reply