I have a point shapefile and a line shapefile like these:

Each point has a numerical attribute that I would like to transfer to the line (The lines represent directional data). I broke already the line at each point, but I don't know how to transfer the attribute from each point to the line. Does anyone know how to do it?