LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   There was an error copying the file into smb:// PcName/Folder/Folder (https://www.linuxquestions.org/questions/linux-networking-3/there-was-an-error-copying-the-file-into-smb-pcname-folder-folder-732850/)

morbid_bean 06-14-2009 09:21 AM

There was an error copying the file into smb:// PcName/Folder/Folder
 
Hi, I have become a new member of LinuxQuestions.org in hope to get better support from other users.

First Post WOOO!

Anyways when I try to copy a file over my wireless network from my ubuntu to a windows vista machine it will pop this error up shortly after the transfer starts.

Code:

There was an error copying the file into smb:// PcName/Folder/Folder

Details:  Connection timed out


grepmasterd 06-14-2009 02:34 PM

you have a space in front of "PcName" -- is that a typo? because that looks like it would cause a failure. you also don't say what method you're using -- smbclient from command line? nautilus file browser? konqueror file browser? There are several different utilities that will perform smb actions, learn which one you are using and give some details on what steps you are taking to get this error.

as a test, try
Code:

smbclient //pcname/folder/folder
or
Code:

smbclient -L //pcname
to see a list of shares available on pcname

morbid_bean 06-14-2009 04:49 PM

Quote:

Originally Posted by grepmasterd (Post 3573637)
you have a space in front of "PcName" -- is that a typo? because that looks like it would cause a failure. you also don't say what method you're using -- smbclient from command line? nautilus file browser? konqueror file browser? There are several different utilities that will perform smb actions, learn which one you are using and give some details on what steps you are taking to get this error.

as a test, try
Code:

smbclient //pcname/folder/folder
or
Code:

smbclient -L //pcname
to see a list of shares available on pcname

Oh im using nautilus....click and drag method....Draging from my 2nd hard drive to a shared folder on my other pc

jetarvind438 01-19-2017 04:44 AM

There was an error copying the file into smb://x.x.x.x/
 
There was an error copying the file into smb://x.x.x.x/sharedfolder/foldername

The only Esay way to fix this. You have to "Rename" your file..


Screenshot from 2017-01-19 15:59:34.png To Exampl1


#Arvind


All times are GMT -5. The time now is 01:50 AM.