#Unable to transfer file using ftp/sftp/ssh

1 messages · Page 1 of 1 (latest)

tacit plank
#

My old laptop has a problem ie I can't use kde connect, feem, scp, ftp anything to transfer files over wireless network. Earlier windows 8 was installed so I thought it was windows 8 problem but even after install installing arch it's not working.

Only way I m able to transfer is using usb stick. So is this wifi card problem? BTW internet is working through wifi.

idle cipher
#

most likely a user misunderstanding issue

#

have you used arch before?

tacit plank
# idle cipher have you used arch before?

I even tried debian too but still it's not working. Not able to share any files from or to it through wireless networks. Only through wired networks like usb sticks

tacit plank
# idle cipher have you used arch before?

I have installed arch because it's easy to install packages as aur is pretty big and useful and it's minimalist (more like custom) so it's very lightweight which is better as laptop is old and slow

#

Internet through wifi is working properly though

#

Problem is with sharing files

idle cipher
tacit plank
idle cipher
#

Is trying different distros the only thing you have tried to solve this issue? No other steps to investigate further on only one system/distro?

#

Usually thats the very very last thing Id try

digital root
#

Have you tried to connect your computer through Ethernet instead of WiFi? That will tell you straight if your computer has a working wifi card

tacit plank
digital root
#

Which distro are you currently using? Ubuntu is well known for having WiFi issues

tacit plank
#

Problem is I can't send files through it

digital root
digital root
tacit plank
#

Internet is working though so ya i can send files through internet

digital root
#

What else did you tried aside what you mentioned here?

digital root
hasty sorrel
#

Seems like a classic case of a XY problem

Wifi is not working but actually is. The problem was that you are unable to send file to another computing locally. Those are way different issue.

digital root
hasty sorrel
#

You could also try running a ftp server and send file through that or, if you want to use ssh, you can connect to your computer using sftp.

digital root
#

^this will also depend of you knowledge and your understanding of Linux systems.

tacit plank
digital root
tacit plank
digital root
#

I would recommend learning about it. Doing so will probably solve your problem

tacit plank
#

Which is also not working

#

Only thing working is http

digital root
#

Also, like I mentioned it will depend of how you are “trying”. The problem could come from yourself and your ability to use file transfer protocols.

#

If you have connectivity and you said you have a valid ssh key. Then going through the website I sent you should work

hasty sorrel
digital root
#

If you are to lazy to read the website, just try this:

scp file.txt [email protected]:/remote/directory

Just change the file.txt with the file you wanna send, and you own ssh and directory

#

If after all that, you still aren’t able to make it work, I would recommend take a step back, slow down and learn about Linux, file transfer, and remote connection/transfer protocols.

#

Don’t try to run before knowing how to walk!

hasty sorrel
#

Unable to transfer file using ftp/sftp/ssh

tacit plank
digital root
hasty sorrel
#

Did you get any error?

tacit plank
#

Sftp I didn't tried

digital root
hasty sorrel
#

The command provided by Astra (scp file.txt [email protected]:/remote/director) is a transfer from client to a host. This means that 10.0.0.2 is the ip address of the computer that has a ssh server open aka the host. Additionally, remote_username must be a valid user on your computer.

tacit plank
hasty sorrel
#

Are you sure that you entered the right information and that ssh connection is possible?

digital root
tacit plank
digital root
digital root
hasty sorrel
digital root
digital root
hasty sorrel
#

Sure but was the remote location the other computer he wants to connect too

#

Just to make sure I understand your goal properly Harsh. You have 2 computer on your local network, Computer A (CA) and Computer B (CB), and you want to transfer file from one to the other right?

hasty sorrel
#

Have you been able to connect from Computer A to Computer B through ssh?

tacit plank
hasty sorrel
#

I mean, just doing from computer_a ssh computer_b@computer_b_ip_addr

In this case, computer_b is the host and thus as a ssh server running

digital root
hasty sorrel
#

If you're not sure if ssh is running, try sudo service ssh status. Example of the running service in the image bellow.

You might have to install openssh. Not all distribution comes with it pre-installed and running.

tacit plank
hasty sorrel
#

FYI, You don't have to hide your IP in thise case. Those are your local IPs. We can't do anything with it unless we are on your network.

digital root
tacit plank
#

And my speed of internet is not that low even

hasty sorrel
digital root
tacit plank
digital root
hasty sorrel
digital root
#

If you don’t have router and switches you don’t have ip address (public nor private)

hasty sorrel
digital root
digital root
hasty sorrel
# digital root That’s what I said

If by service provider you're talking about the ISP (internet provider), you don't need any. The local routing is locally handled by the router or the switch but you don't need an internet connection or ISP.

tacit plank
tacit plank
hasty sorrel
#

Then, they would need the credential of your computer running ssh on it.

#

If course, that's unless you decide to publicly open the port on your router. Then, they could try to connect from outside your network by using your public ip

tacit plank
hasty sorrel
#

Indeed, that's definitely one good reason and the main reason for most people. There's very few people hosting stuff on their network

tacit plank
digital root
tacit plank
#

Bcz even when using hotspot I can't use public IP to connect through ssh

digital root
tacit plank
#

Only through nginx I think it's possible

digital root
tacit plank
#

But that won't give root privilege or file system control and would only read only

digital root
#

My ISP doesn’t have control on my router, I do. My ISP is doing what it is for, providing me public IP addresses. I could have use their router and then they will have control over it, but because I ought my own router and configured it myself, I’m the one in control of it. The only control I don’t have is the number of available IP address I’ve access to.

tacit plank
#

Even GitHub is partly blocked

digital root
tacit plank
#

In cryptography private key is to be secured but in network public ip is more important to hide than private IP lol

digital root
#

By the way! How did you solve your issue? What did you change to make it work? You never told us

digital root
tacit plank
digital root
tacit plank
digital root
tacit plank
#

If total file size is in 100s of GBs

digital root
#

Well, that’s not a protocol issue then, just a speed issue

tacit plank
tacit plank
digital root
#

So, this all time your issue was a speed issue and not protocol issue

tacit plank
digital root
#

Having slow speed doesn’t mean it doesn’t work!

#

It work, just slowly

hasty sorrel
#

That's SFTP for ya. It's generally slower than ftp due to encryption and ssh protocol limit.

tacit plank
digital root
digital root
digital root
#

That, idk I would need to make research. You should start by googling now that you know what your “problem” is.

digital root
#

I believe, it also has to do with your machine capabilities. Don’t quote me on that, I didn’t research. Just looking through my brain now

#

If you have two slow ass machine, sending files through it will definitely be slow too.

tacit plank
tacit plank
digital root
#

A solution I’ve too. Why don’t you use the cloud to transfer your files? At least, in your case it will be easier and faster.

tacit plank
digital root
#

Uhm, I see. I’ve unlimited and TB of cloud storage.

tacit plank
digital root
#

Apple

tacit plank
#

I mean how much you have to pay monthly?

digital root
#

It come with a package with all Apple services (music, fitness, cloud, etc).

tacit plank
digital root
#

But individual it is $9/month for 2 TB

tacit plank
#

Not bad

#

Bcz apple services are costly

digital root
#

Rs 749 for India

tacit plank
#

Can non apple device use it?

digital root
digital root
tacit plank
digital root
tacit plank
digital root
digital root
tacit plank
#

Which service is best according to you

digital root
#

According to me, Apple all the way. I used to be android user for most of my life and then switch to Apple and never looked back

tough glen
#

Damn 150+ message. U guys seem nice helpers

tacit plank
digital root
tough glen
digital root
tough glen
# digital root Like every companies lol

📌 Join Aevy's Video Editing Cohort: https://aevytv.com/
📌 Follow us on Instagram here: https://www.instagram.com/aevy_tv/

Apple’s USP has always been that it is ultra-protective of its users’
privacy. But that's all a façade. The new surveillance system that Apple has sought to launch with iOS15 is a scare. With iOS 14.5, you can choose to rest...

▶ Play video
#

Android phone is better. U can at least root it or degoogle it. Apple is just anti consumer. It even don't allow sideloading

#

No headphone jack, no expandable storage

digital root
#

The eternal battle between Apple and android user. Use what is good for you, I’m using what is good for me. End of the story

digital root
#

Expandable storage, we all have cloud storage now.

#

People gotta learn to live with their time and embrace advancement in technology

tough glen
hasty sorrel
#

This is not related to this thread, if you want to discuss that use another channel

hasty sorrel
# tough glen Yea I win😎

Win? Win what? The only thing you won a warning that what you're taking about is unrelated to this thread and doesn't belong here

idle cipher
tacit plank
lavish hill
#

Problem is probably Linux firewall not KDE 😄

tacit plank
lavish hill
#

slow? 10 years old? 😂

#

anything that "recent" is fast.

#

especially on Linux or Windows XP / Windows 7

#

It's only slow once you use Windows 10/11 bloatware

tacit plank
lavish hill
#

It should NOT be different in KDE, just use SSH / SFTP or SAMBA / CIFS

tacit plank
lavish hill
#

Never used KDE connect 😂

#

I just use the shell bro as in BASH

#

I mean the last time I have used like Linux GUI was like CentOS with Gnome

#

but I have used KDE and XFCE in the past, like back in University... 😂 🏫

tacit plank
lavish hill
#

🤨

#

I have used Gnome with 4 GiB of RAM + Eclipse + Tomcat + MySQL + PostgreSQL + Vmware

tacit plank
lavish hill
#

HDD like pre-historic hardware

tacit plank
#

Strange but with gnome I can't open that many applications like I can do in xfce

lavish hill
#

I do not know, maybe the latest Gnome is bloatware, who knows

tacit plank
lavish hill
#

many many years ago 😂

tacit plank
#

I used it 2 years ago

tough glen
tacit plank
tough glen
tough glen
hasty sorrel
#

I usually do all my local transfer via sftp and it works great

tacit plank
tacit plank
hasty sorrel
#

Yep I saw, I was mainly answering FD26

tacit plank
#

Ohk

tough glen
digital root
tough glen
digital root
#

I am part of the 30+ yes

#

Anyway. Let’s not drift from the main topic again

hasty sorrel
#

Please move to #☕・hangout