Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFTP Transfer Capabilities #296

Closed
c0fe opened this issue Feb 20, 2018 · 46 comments
Closed

SFTP Transfer Capabilities #296

c0fe opened this issue Feb 20, 2018 · 46 comments

Comments

@c0fe
Copy link

c0fe commented Feb 20, 2018

I personally really dislike having to deal with nano, vi, vim, emacs whatever and rather just to be able to transfer the file I need out and make the edits I need and transfer it back in. Nothing crazy but a simple file transfer (sftp protocol) would be appreciated.

@Eugeny Eugeny changed the title [FEATURE REQUEST] File Transfer Capabilities File Transfer Capabilities Mar 11, 2018
@sinnlosername
Copy link

You could use scp for that. Or filezilla.

@c0fe
Copy link
Author

c0fe commented Mar 30, 2018

@sinnlosername you could but I rather not have to switch around programs if I can help it. MobaXterm allows for file transfer capabilities but it isn't as nice looking as Terminus.

@c0fe
Copy link
Author

c0fe commented Jun 4, 2018

@Eugeny any updates on this?

@Eugeny
Copy link
Owner

Eugeny commented Jun 4, 2018

@c0fe not yet

@Domain
Copy link
Contributor

Domain commented Sep 23, 2018

xterm has a zmodem addon, which can be used to transfer files.

@XianwuLin
Copy link

It's import for me to add this function. Sometimes I can't use stfp transfor files to my pc, because those servers can't be connected directly to my computer.

@Eugeny Eugeny changed the title File Transfer Capabilities SFTP Transfer Capabilities Aug 7, 2019
@Ansen
Copy link

Ansen commented Aug 12, 2019

I have hundreds of servers, I don't want to manage more than one configuration, so I need the sftp function to let me transfer files quickly on the current session.

I don't believe in closed-source fee-based software.

Thank you for your contribution, it makes the world a better place.

@xugaoxiang
Copy link

+1

@Schemiii
Copy link

+1

@BMRX
Copy link

BMRX commented Feb 16, 2020

+1 Would love SFTP support.

@EggsBlue
Copy link

+1

@EggsBlue
Copy link

@Eugeny +1111

@lfkdev
Copy link

lfkdev commented Mar 15, 2020

would really be awesome to have this integrated! +1

@helloxz
Copy link

helloxz commented Mar 18, 2020

+1,Hope to consider adding SFTP support

@lihe6666
Copy link

lihe6666 commented Jun 9, 2020

+1

@fengtaoo
Copy link

fengtaoo commented Jul 4, 2020

+1

@goshander
Copy link

+1

@xuanyuanaosheng
Copy link

@Eugeny Any update?

@Eugeny
Copy link
Owner

Eugeny commented Jul 31, 2020

@xuanyuanaosheng no updates yet. It's a gigantic chunk of work that I have no time to approach yet.

@xuanyuanaosheng
Copy link

@Eugeny Looking forward to SFTP function. Thanks

@fengtaoo
Copy link

fengtaoo commented Aug 2, 2020

@xuanyuanaosheng no updates yet. It's a gigantic chunk of work that I have no time to approach yet.

https://github.com/electerm/electerm can you use this project's sftp code? contact with the author it may help.

GitHub
📻Terminal/ssh/serial port/sftp client(linux, mac, win) - electerm/electerm

@omipenguin
Copy link

Even Kitty have option to call external File transfer program, like WinSCP, just uncomment 1 line in kitty configuration file. I hope we can have such support in Terminus.

@mqhe2007
Copy link

+1

1 similar comment
@dallaslu
Copy link

+1

@IrwenXYZ
Copy link

IrwenXYZ commented Apr 4, 2021

+1 I would really love for SFTP functions to be integrated into Terminus

@howar31
Copy link

howar31 commented Apr 23, 2021

still need this in 2021

@FrederickTF
Copy link

+1 It is the only missing feature that i need to jump from mobaxterm to terminus

@Eugeny
Copy link
Owner

Eugeny commented Jun 11, 2021

I've added an experimental implementation to the nightly (accessible via the connection toolbar) - currently it can only upload and download single files - more to come
image

@IrwenXYZ
Copy link

@Eugeny sorry for the ping, but where can I report issues for this feature, or nightlies in general?

@Eugeny
Copy link
Owner

Eugeny commented Jun 12, 2021

@IrwenXYZ right here on the issue tracker - just create new issues.

@ghost
Copy link

ghost commented Jun 20, 2021

I'm about to lose it, currently on latest nightly build and I have scavenged the entire program for this feature. Could you give more specific steps on how to access SFTP?

@Eugeny
Copy link
Owner

Eugeny commented Jun 20, 2021

@alejandro-sosa hover on the "..." in the top right corner to reveal the toolbar, or access SFTP from the context menu

@lfkdev
Copy link

lfkdev commented Jun 20, 2021

image

@ghost
Copy link

ghost commented Jun 20, 2021

Nothing shows up, I don't see any three dots button anywhere either. Am I missing something important?

@IrwenXYZ
Copy link

@alejandro-sosa you need to be connected to a remote server via SSH first. once you're connected, you can see the "..." button at the top right of the screen

@Eugeny
Copy link
Owner

Eugeny commented Jun 20, 2021

image

@alansenairj
Copy link

Is it possible to put download function in SFTP on remote host? It only has upload and delete function.

@Eugeny
Copy link
Owner

Eugeny commented Jan 5, 2022

@alansenairj click a file to download it.

@alansenairj
Copy link

Thank you! But in my case I need to download folders. Are there some way to do that?

@alansenairj click a file to download it.

@Eugeny
Copy link
Owner

Eugeny commented Jan 5, 2022

Not yet - here's a tracking issue: #4946

@c0fe
Copy link
Author

c0fe commented Jan 7, 2022

@Eugeny the one I have to add is that if you are using something like LXC, the SFTP function doesn't follow.

@Eugeny
Copy link
Owner

Eugeny commented Jan 8, 2022

@c0fe could you elaborate? Do you mean you're connecting to a remote host and then to a container on the remote host? If you're just running ssh on the remote side, a terminal wouldn't know about that, but you can set up an SSH profile in Tabby using the container host as an SSH jump host and then connecting to the container.

@c0fe
Copy link
Author

c0fe commented Jan 8, 2022

@Eugeny correct, you connect to the remote host and then through that go into the container. yeah you can setup openssh on the container and then run it directly in it but I thought perhaps there has been some kind of an update to address this.

@Eugeny
Copy link
Owner

Eugeny commented Jan 8, 2022

Well, SFTP can't follow you into a container if the container has no SFTP server in it.

@c0fe
Copy link
Author

c0fe commented Jan 9, 2022

@Eugeny but it does

@alansenairj
Copy link

alansenairj commented Jan 9, 2022

Guys, it does based on authentication of ssh server. Just copy to container using ssh-copy-id for better results.

"To access your sftp from other hosts, please make sure following is installed and configured properly.

Installed OpenSSH servers
Configured sshd_config
PubkeyAuthentication yes
Subsystem sftp internal-sftp
Added your public key to ~/.ssh/authorized_keys

Start the ssh server with port 22/TCP open # /etc/init.d/sshd start

iptables -I INPUT -j ACCEPT -p tcp --dport 22

Finally, test $ sftp @"

https://unix.stackexchange.com/questions/209770/ssh-console-login-working-but-sftp-does-not-why

Unix & Linux Stack Exchange
I am trying to SFTP with Filezilla but it is not able to connect to the server and I think this is due to my firewall rules?

I can SSH absolutely fine. The port for SSH is 6128. Can anyone tell me...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests