{"id":6814,"date":"2014-04-23T08:09:08","date_gmt":"2014-04-23T08:09:08","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/04\/23\/problem-about-scp-collection-of-common-programming-errors\/"},"modified":"2014-04-23T08:09:08","modified_gmt":"2014-04-23T08:09:08","slug":"problem-about-scp-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/04\/23\/problem-about-scp-collection-of-common-programming-errors\/","title":{"rendered":"problem about scp-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/5925786f174975db18cbc83dd85e5c1d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nPaulo Ebermann<br \/>\nant maven scp jsch<br \/>\nPlease provide your expert option for a issue I am facing at work..Ant SCP task not working &#8211; where as I am able to scp using cygwin. Local Environment: windows 7 64 bit, Jdk 1.6.0.24, Ant-1.8.2 (with ant optional dependencies fetched), maven 2 (usign ant run plugin), jsch-0.1.44 Remote Environment: VM Labmanager 4.0, Windows Server 2008 &#8211; R2, SSH-2.0-OpenSSH_5.8, JDK 1.6.0.24 I have set password authetication to yes and restarted sshd on remote host. Maven goal is as follows. (btw, I executed<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/5a69936e147f8cb574e00dce8ab6e3de?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\ntanascius<br \/>\nmaven-2 upload scp wagon<br \/>\nI try to upload an ear created by maven to an application server using scp.When I tried to run mvn wagon:upload-singleBut I get the following error:[ERROR] Failed to execute goal org.codehaus.mojo:wagon-maven-plugin:1.0-beta-3:upload-single (default-cli) on project de.volkswagen.dps.ear: Unable to create a Wagon instance for null: url can not be null -&gt; [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:wagon-maven-plugin:1.0-beta-3:upload-s<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/pNBEo.png?s=32&amp;g=1\" \/><br \/>\nDoorknob<br \/>\nbash escaping scp<br \/>\nI&#8217;m trying to copy a file using scp in bash with a colon (:) character in the source filename. The obfuscated version of my command I&#8217;m using is:scp file\\:\\ name.mp4 user@host:&#8221;\/path\/to\/dest&#8221;I get this error:ssh: Could not resolve hostname Portal 2: Name or service not knownI know I could just rename the file and remove the :, but I&#8217;d like to know if it&#8217;s possible to escape the colon.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/8d092a2422c640b3f4156bf64955dfec?s=32&amp;d=identicon&amp;r=PG&amp;f=1\" \/><br \/>\nRBs<br \/>\ncygwin scp parentheses<br \/>\nI have a Linux machine and 2 Windows machines. Each Windows machine contains cygwin with an sshd daemon. The Linux machine is the main one I&#8217;m using. On the first Windows machine which is XP, I have a file on there that I want to compare with a file on the second Windows machine which is Windows 7. My thinking is that once I ssh into the XP machine, I should easily be able to use the scp command to grab the file on the Windows 7 machine and then run a diff to compare the 2 files but it first get<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/957956ce51706d03f19a4dc85a767bb1?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nchoroba<br \/>\nlinux bash ssh ipv6 scp<br \/>\nIn a Bash Script I iterate over a list of IPv6 Addresses. I try to scp a unique file on each unique IPv6 Device. The unique file for every Device has the IPv6 Address in the filename. Unfortunately SSH\/SCP try to resolve something in the Filename and throw this Error: &#8220;ssh: Could not resolve hostname file_2001: Name or service not known&#8221;How can I supress this unexpected resolving? or is there a possibility to escape something in here?#!\/bin\/bashDEVICES=&#8221;\\ 2001:db8::3e81:d8ff:feef:4982 \\ &#8220;do_copy<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/977a3be580ac7969801a5622dab49d12?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nThisWillChangeSoon<br \/>\nunix shell ssh remote-access scp<br \/>\nI have this script that is doing a scp onto 4 servers and getting the file on the calling server , but when I run it I get the following error:syntax error near unexpected token `then&#8217; line 16: `if[[ $line = $texts ]] ; then The code is as follows:#!\/bin\/sh servers=(&#8220;root@67.215.227.233&#8221; &#8220;root@57.245.127.134&#8221; &#8220;root@67.215.127.135&#8221; &#8220;root@116.244.128.153&#8243;) tlen=${#servers[@]} count=o total=0 texts=&#8221;Untar done you can upload new .tar file&#8221; for(( i=0; i&lt;${tlen}; i++ ));doecho &#8220;in&#8221;scp ${servers[$i<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/2ea9a610a508445b20ae9c99c15940ca?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\ndave35<br \/>\nwindows perl ssh sftp scp<br \/>\nI&#8217;m using Net::SSH2&#8217;s scp_put method to place one file in my home directory on a Unix server from a Windows box. I am using Strawberry Perl 5.12 (portable version). I installed the libssh2 1.2.5 binaries and then Net::SSH2 from cpan.Here&#8217;s my code snippet:sub uploadToHost{my $file=@_[0]; my $host=@_[1]; my $user=@_[2]; my $pass=@_[3]; my $remotelocation=@_[4];#makes a new SSH2 object my $ssh=Net::SSH2-&gt;new() or die &#8220;couldn&#8217;t make SSH object\\n&#8221;; #prints proper error messages $ssh-&gt;debug(1<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/j0bS3.jpg?s=32&amp;g=1\" \/><br \/>\nopinuedo<br \/>\nlinux scp<br \/>\nWhen doing an scp command to get a file from another server:scp kennyr@[server]:[path]\/[file] . I receive this message:protocol error: unexpected I have done some research and the rumblings on the internets are that it is probably something in my bash setting, but I can see what it would be. # .bashrc# User specific aliases and functions# Source global definitions if [ -f \/etc\/bashrc ]; then. \/etc\/bashrc fi##### why? #####stty erase &#8220;^H&#8221; kill &#8220;^U&#8221; intr &#8220;^C&#8221; eof &#8220;^D&#8221; #####stty hupcl ixon ixoff ca<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/3ba758694cec62da6436780f43f9e0d8?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nflash<br \/>\njava scp jsch<br \/>\nI&#8217;m using Jsch 0.1.44 to scp a file from one host to another. The relevant code is the following:public boolean transferFileToHost(File fileToTransfer, String destDirectory, String destFilename) {Channel channel = null;try {String command = &#8220;scp -t &#8220;+ destDirectory + destFilename;channel = session.openChannel(&#8220;exec&#8221;);((ChannelExec)channel).setCommand(command);OutputStream out = channel.getOutputStream();InputStream in = channel.getInputStream();if(!connectToChannel(channel, in)) {return false; }<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f5616409d67b8c1b0b661201210b8ef1?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\njasonwryan<br \/>\nssh osx apache scp<br \/>\nI am using a Macbook SSH terminal and generated RSA key pairs and uploaded remote id_rsa.pub with approved permissions. I can connect with remote Apache web server. I can create, open, move, modify and on preliminary inspection can manage files on the web server, no problem &#8230; and generate no error messages.Surprisingly I can not scp a folder nor document from my desktop to the remote server. Nor can I scp a folder or document from the remote server to my desktop. Each time I receive the error<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/d0d795dbd5eb84918ea2e1142508ce5d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nHimalay<br \/>\nlinux bash scp<br \/>\nI am trying to move uploaded file to another server using scp. following is the script i am using and error;&#8221;mv.sh&#8221;#!\/bin\/sh now=$(date +&#8221;%y-%m-%d-%M&#8221;)cd \/var\/www\/uploadif [ -f \/var\/www\/upload\/* ];thenscp -P 88 * [email\u00a0protected] \/* *\/ :backup\/STATUS=$?echo &#8220;$now-S1:succesful.&#8221; &gt;&gt; \/var\/log\/mv_to.logelseecho &#8220;$now-S1:Error!!&#8221; &gt;&gt; \/var\/log\/mv_to.logfierror;[: 13: \/var\/www\/upload\/1.doc: unexpected operatorIf there is only one file it works fine and if there are two or more files i<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/5581348ccf580a1f5fbc6b73097257db?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nterdon<br \/>\nlinux ssh zip scp<br \/>\nA .zip file was copied by scp command from a Linux server to another Linux server and the zip file got corrupted and showed the following message.&#8221;Unzipping the list file failed. Unexpected end of ZLIB input stream&#8221;Please tell me under what circumstances a .zip will get corrupted while travelling through the servers.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/dda836eb1479558ba7effd19c27664ff?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\npghtech<br \/>\nvmware-esxi virtual-machines virtual scp<br \/>\nI have a ESXi 3.5 server that has 3 virtual machines on there that I cannot copy\/download the virtual machine OR vmdk files from.I have tried the following options with their results:NOTE: all virtual machines shut down with no locks1) Under File -&gt; Virtual Appliance -&gt; Export Result: failed to export virtual appliance: expected FIle_data message. Got SESSION_COMPLETE2) Through Datastore, select individual vmdk files and attempt to &#8220;download&#8221; file. Result: failed to download file: expected FIle<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/dba32ebf9d12c67b53f1c5e2d4737eca?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nsrchulo<br \/>\nssh scp<br \/>\nI am trying to scp a file from a server to my local machine, but it is giving me this error:protocol error: unexpected &lt;newline&gt;This is my syntax:scp user@server:\/path\/to\/file .It did not work on this server, but then I tried the same command on my other server, so I can only assume that it is something wrong with my server and not the syntax of the scp command.Any ideas?<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/75636094fa7bc5b993dd2b868140182c?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nphocke<br \/>\nvim ssh vimrc scp<br \/>\nHello my problem is this: I have an account at my hosting providers server and I can&#8217;t install my own copy of vim. So the only personalization I can make is editing .vimrc in my account, but it won&#8217;t sufficeWhat I&#8217;d Like to do is: on startup I&#8217;d like to unload all the plugins and loaded stuff, and tell vim to use other folder as its&#8217; runtime.Any idea how to aproach it?<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4bc1d82a93b1016737726859d886c86b?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nnjozwiak<br \/>\npython multithreading popen scp stderr<br \/>\nI&#8217;m experiencing some strange behavior with my Python script exiting without any error messages. Based on my debugging it is happening around a popen() call to scp a file to a server.The code was (I was not the original author):logMessage(LEVEL_INFO, &#8220;copyto is &#8221; + copyto) pid = Popen([&#8220;scp&#8221;, &#8220;-i&#8221;, &#8220;\/root\/.ssh\/id_rsa&#8221;, &#8220;\/usr\/gpsw\/gpslog&#8221; + self.node_addr, copyto], stdout=PIPE) __s = pid.communicate()[0] logMessage(LEVEL_INFO, &#8220;GPS log SCP complete&#8221;)In an attempt to debug I enhanced it to:logMess<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/31c59c3ebec3e38517c37e8b1d5cb9de?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nLet_Me_Be<br \/>\nscp freeze<br \/>\nI have this strange issue. scp is hard locking my server.I have tried memcheck, tried downloading big files using wget, tried speed test in openssl and everything works just fine, yet every time I try to copy something (from or to the machine) using scp, it hard locks the machine.Not even sysrq magic key combos work.What could be the cause of this? I have no idea where to look.Edit: I just managed to crash the system using nfs server.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/671aed37f0d4a6668053a70a75f5c715?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nDave<br \/>\nlinux ssh scp wifi<br \/>\nAs the title says, when I&#8217;m using wifi at my office, I&#8217;m able to copy files to and from my server using SCP, but for some reason SSH is non-responsive. It just hangs, doesn&#8217;t print anything, and I can&#8217;t ctrl-c to end it; I have to close the terminal window.When I&#8217;m plugged in on the LAN, everything works fine. Any ideas how to figure out what&#8217;s going on?<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/rLaSo.jpg?s=32&amp;g=1\" \/><br \/>\n8088<br \/>\nlinux ubuntu software-rec scp<br \/>\nAre there any GUI clients for Ubuntu which can remotely connect to another Linux box over SCP?I heard about the fish:\/\/ protocol and Konqueror (which is for Kubuntu using KDE), but I am looking for a simple GUI SCP application for Ubuntu.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/8694acc16e1845d9598453d164c5068f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nEytan<br \/>\nlinux windows ssh scp shell-scripting<br \/>\nI use the following scp syntax in order to transfer allot of files from Linux red-hat 5 to windows machine ( under Temp directory ), Remarks:SSH server already installed on windows machine I use this line in my shell scriptssshpass -p &#8216;$password&#8217; \/usr\/bin\/scp -o StrictHostKeyChecking=no $FILE USER_1@14.187.12.139:&#8217;D:\/Temp&#8217;on most cases files transferred successfullybut sometimes scp stuck during file transferring ? , in spite connectivity is ok like ping etcand I get the following error from<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/40ba541bc54ef6e3c9e6d9e101e19e26?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nRilindo<br \/>\nssh sftp scp winscp<br \/>\nI am trying to connect to our remote server using winSCP. It was working before. But from today I am not able to connect to the server using SFTP. If I changed the protocol to SCP, then I am able to connect. Also I am able to connect using putty.Following is the winSCP log. (removed host details). 2011-11-07 20:18:54.593 Using SFTP protocol. . 2011-11-07 20:18:54.593 Doing startup conversation with host. &gt; 2011-11-07 20:18:54.593 Type: SSH_FXP_INIT, Size: 5, Number: -1 . 2011-11-07 20:18:54.5<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/af85f83001d34e59d537f9b862418e92?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser28061<br \/>\nssh scp<br \/>\nunfortunately ssh hangs up after login. Already uninstalled and installed it again. I can fix the issue temporary by erasing ~\/.ssh and logoff and login on my system again.Here is my ssh -v dump:OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011 debug1: Reading configuration data \/etc\/ssh\/ssh_config debug1: Applying options for * debug1: Connecting to host [ip] port 22. debug1: Connection established. debug1: identity file \/home\/&lt;user&gt;\/.ssh\/id_rsa type -1 debug1: identity file \/home\/<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/e49f13917fdb69f01283d2bfe9ed7b56?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\noompahloompah<br \/>\nubuntu bash ssh cron scp<br \/>\nI am trying to use scp in a bash script run by cron (I am running this on Ubuntu 10.0.4 LTS).The script works fine (i.e. transfers and copies file1 and file2 to\/from the remote server, when I run it from the command line. However, when I run the script as a cron job, it fails.Th is is what the script looks like:#!\/bin\/bashcd \/home\/oompah\/scripts\/tests\/ scp -P 12345 file1 oompah@someserver.com:~\/uploadsif scp -P 12345 oompah@someserver.com:\/path\/to\/file2.dat local.dat &gt;&amp;\/dev\/null ; then ec<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/ee6fda90b5cb03a5484d6489c4268854?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\n3dinfluence<br \/>\naix scp<br \/>\nHave a situation where we have an application log sitting out on an AIX server. The log is being continually written to from the application, and we have users on Windows who want to view the file. What they&#8217;ve been doing is using WinSCP to transfer the file to their desktop and they open it using a text editor.What I think might be happening is scp is locking the file for the duration of the transfer, and the application ceases to be able to write to the file. The reason I believe this is th<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4b9a99bc159204b3f0b2fed6f056919d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\noompahloompah<br \/>\nubuntu ssh cron scp<br \/>\nI have the following bash script, which runs without problems at the CLI, but fails when run as a cron job.#!\/bin\/bashcd \/home\/oompah\/scripts\/tests\/ scp -P 12345 file1 oompah@someserver.com:~\/uploadsif scp -P 12345 oompah@someserver.com:\/path\/to\/file2.dat local.dat &gt;&amp;\/dev\/null ; then echo &#8220;INFO: transfer OK&#8221; ; else echo &#8220;ERROR: transfer failed&#8221; ; fiThe error message I get (redirected to a log file) when I run it as a cron job is:ERROR: transfer failedThe error message I get in my mail i<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/e588fe73cb562ac3b26ece9debd3e441?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nSina Sou<br \/>\nbash tcl whitespace scp double-quotes<br \/>\nI have two scripts to run in local computer shell The first script is a BASH shell which calls an expect script inside itself The bash shell is as followBASH SHELL SCRIPT SaveOnRemote.sh#!\/bin\/bash REMOTE_IP_ADDR=&#8221;192.168.100.67&#8243; REMOTE_PASS=&#8221;some_pass_with_whitespaces&#8221; #The following line space is defined {\\ } PC_EXEC_FILE=&#8221;\/home\/workspace\/prog\/Modified\\ code\/test\/test_file&#8221;#The following line space is included in the variable TARGET_EXEC_FILE=&#8221;\/sd\/1\/test\/test file target dir\/target_file&#8221;#<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/bc22ff8b675050b342e9566b6e246b9d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nYuvi<br \/>\nc linux curl libcurl scp<br \/>\nI am building curl with the following configuration :.\/configure &#8211;with-ssl &#8211;with-libssh2 &#8211;prefix=\/home\/yuvi\/development\/curlsshAfter configuration I can see that SCP is Enabled.curl version: 7.24.0Host setup: x86_64-unknown-linux-gnuInstall prefix: \/home\/yuvi\/development\/curlsshCompiler: gccSSL support: enabled (OpenSSL)SSH support: enabled (libSSH2)zlib support: enabledkrb4 support: no (&#8211;with-krb4*)GSSAPI support: no (&#8211;with-gssapi)SPNEGO support:<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f81db69aaeaddc51eb0f03683818dbc1?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser788171<br \/>\nc++ linux ssh streaming scp<br \/>\nI have server 1 which is generating a large amount of data, e.g there are files that are constantly being updated, on the time scale of milliseconds.I would like to get these files onto another server, using C++ or standard Linux methods.Currently, I have been doing this by compressing the files every second and using scp to transfer them, and unpacking on the other server.However, the latency of this is very high and I can&#8217;t break sub 1 second times with this.Can anybody suggest the methods I c<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/707860a1ae9745187b83023e2655e03c?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBlair Conrad<br \/>\npython automation scp<br \/>\nI have a text file on my local machine that is generated by a python script run daily in cron. I would like to add a bit of code to have that file sent securely to my server over ssh. Help.<\/li>\n<\/ul>\n<p>Web site is in building<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Paulo Ebermann ant maven scp jsch Please provide your expert option for a issue I am facing at work..Ant SCP task not working &#8211; where as I am able to scp using cygwin. Local Environment: windows 7 64 bit, Jdk 1.6.0.24, Ant-1.8.2 (with ant optional dependencies fetched), maven 2 (usign ant run plugin), jsch-0.1.44 Remote [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6814","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=6814"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6814\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=6814"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=6814"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=6814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}